https://www.mediawiki.org/wiki/Special:Code/MediaWiki/108361

Revision: 108361
Author:   ialex
Date:     2012-01-08 17:34:28 +0000 (Sun, 08 Jan 2012)
Log Message:
-----------
Fix method name in comment: Article::followRedirect() -> 
WikiPage::getRedirectTarget()

Modified Paths:
--------------
    trunk/phase3/includes/Article.php

Modified: trunk/phase3/includes/Article.php
===================================================================
--- trunk/phase3/includes/Article.php   2012-01-08 17:32:39 UTC (rev 108360)
+++ trunk/phase3/includes/Article.php   2012-01-08 17:34:28 UTC (rev 108361)
@@ -183,7 +183,7 @@
        /**
         * Note that getContent/loadContent do not follow redirects anymore.
         * If you need to fetch redirectable content easily, try
-        * the shortcut in Article::followRedirect()
+        * the shortcut in WikiPage::getRedirectTarget()
         *
         * This function has side effects! Do not use this function if you
         * only want the real revision text if any.


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to