Index: trunk/phase3/includes/Article.php |
— | — | @@ -1217,9 +1217,6 @@ |
1218 | 1218 | * Change an existing article or create a new article. Updates RC and all necessary caches, |
1219 | 1219 | * optionally via the deferred update array. |
1220 | 1220 | * |
1221 | | - * It is possible to call this function from a command-line script, but note that you should |
1222 | | - * first set $wgUser, and clean up $wgDeferredUpdates after each edit. |
1223 | | - * |
1224 | 1221 | * $wgUser must be set before calling this function. |
1225 | 1222 | * |
1226 | 1223 | * @param string $text New text |