Fix comment: Article::insertNewArticle() -> Article::doEdit() and Article::insertOn()
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 13 Dec 2010 15:16:05 +0000 (15:16 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 13 Dec 2010 15:16:05 +0000 (15:16 +0000)
includes/Title.php

index 9adc9a8..2a1f412 100644 (file)
@@ -2455,7 +2455,7 @@ class Title {
         * This clears some fields in this object, and clears any associated
         * keys in the "bad links" section of the link cache.
         *
-        * - This is called from Article::insertNewArticle() to allow
+        * - This is called from Article::doEdit() and Article::insertOn() to allow
         * loading of the new page_id. It's also called from
         * Article::doDeleteArticle()
         *