r108361 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108360‎ | r108361 | r108362 >
Date:17:34, 8 January 2012
Author:ialex
Status:ok
Tags:
Comment:
Fix method name in comment: Article::followRedirect() -> WikiPage::getRedirectTarget()
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -183,7 +183,7 @@
184184 /**
185185 * Note that getContent/loadContent do not follow redirects anymore.
186186 * If you need to fetch redirectable content easily, try
187 - * the shortcut in Article::followRedirect()
 187+ * the shortcut in WikiPage::getRedirectTarget()
188188 *
189189 * This function has side effects! Do not use this function if you
190190 * only want the real revision text if any.

Status & tagging log