Index: trunk/phase3/includes/Title.php |
— | — | @@ -2455,7 +2455,7 @@ |
2456 | 2456 | * This clears some fields in this object, and clears any associated |
2457 | 2457 | * keys in the "bad links" section of the link cache. |
2458 | 2458 | * |
2459 | | - * - This is called from Article::insertNewArticle() to allow |
| 2459 | + * - This is called from Article::doEdit() and Article::insertOn() to allow |
2460 | 2460 | * loading of the new page_id. It's also called from |
2461 | 2461 | * Article::doDeleteArticle() |
2462 | 2462 | * |