Per jabowery1's comment on IRC: Article::followContent() doesn't exist, changed to...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 30 May 2010 18:09:03 +0000 (18:09 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 30 May 2010 18:09:03 +0000 (18:09 +0000)
includes/Article.php

index 597f6e3..1eee511 100644 (file)
@@ -220,7 +220,7 @@ class Article {
        /**
         * Note that getContent/loadContent do not follow redirects anymore.
         * If you need to fetch redirectable content easily, try
-        * the shortcut in Article::followContent()
+        * the shortcut in Article::followRedirect()
         *
         * @return Return the text of this revision
         */