Index: trunk/extensions/SemanticMediaWiki/includes/SMW_ParseData.php |
— | — | @@ -413,8 +413,14 @@ |
414 | 414 | * the purpose of adding information there. If the private access ever becomes a problem, |
415 | 415 | * a global/static variable appears to be the only way to get more article data to |
416 | 416 | * LinksUpdate. |
| 417 | + * |
| 418 | + * @param WikiPage|Article $article WikiPage on 1.19 and later |
| 419 | + * @param $rev |
| 420 | + * @param $baseID |
| 421 | + * |
| 422 | + * @return true |
417 | 423 | */ |
418 | | - static public function onNewRevisionFromEditComplete( WikiPage $article, $rev, $baseID ) { |
| 424 | + static public function onNewRevisionFromEditComplete( /* WikiPage */ $article, $rev, $baseID ) { |
419 | 425 | global $smwgPageSpecialProperties; |
420 | 426 | |
421 | 427 | if ( ( $article->mPreparedEdit ) && ( $article->mPreparedEdit->output instanceof ParserOutput ) ) { |