r67095 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67094‎ | r67095 | r67096 >
Date:18:09, 30 May 2010
Author:ialex
Status:ok
Tags:
Comment:
Per jabowery1's comment on IRC: Article::followContent() doesn't exist, changed to Article::followRedirect()
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -220,7 +220,7 @@
221221 /**
222222 * Note that getContent/loadContent do not follow redirects anymore.
223223 * If you need to fetch redirectable content easily, try
224 - * the shortcut in Article::followContent()
 224+ * the shortcut in Article::followRedirect()
225225 *
226226 * @return Return the text of this revision
227227 */

Status & tagging log