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