From: Alexandre Emsenhuber Date: Mon, 13 Dec 2010 15:16:05 +0000 (+0000) Subject: Fix comment: Article::insertNewArticle() -> Article::doEdit() and Article::insertOn() X-Git-Tag: 1.31.0-rc.0~33340 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=afdace4b91733c1fe4fb9e337cec792e5e99c7f2;p=lhc%2Fweb%2Fwiklou.git Fix comment: Article::insertNewArticle() -> Article::doEdit() and Article::insertOn() --- diff --git a/includes/Title.php b/includes/Title.php index 9adc9a8367..2a1f412e37 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -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() *