Revert r22661 as per wikitech-l
This commit is contained in:
parent
ed732bda05
commit
e69105fbb8
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ function wfSpecialWatchlist( $par ) {
|
|||
$wgOut->addHTML( '<li class="mw-unwatch-failure">' . wfMsg( 'couldntremove', htmlspecialchars($one) ) . "</li>\n" );
|
||||
} else {
|
||||
wfRunHooks('UnwatchArticle', array(&$wgUser, new Article($t)));
|
||||
$wgOut->addHTML( '<li class="mw-unwatch-success">' . htmlspecialchars($one) . "</li>\n" );
|
||||
$wgOut->addHTML( '<li class="mw-unwatch-success">[[' . htmlspecialchars($one) . "]]</li>\n" );
|
||||
}
|
||||
} else {
|
||||
$wgOut->addHTML( '<li class="mw-unwatch-invalid">' . wfMsg( 'iteminvalidname', htmlspecialchars($one) ) . "</li>\n" );
|
||||
|
|
|
|||
Loading…
Reference in a new issue