r10673 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10672‎ | r10673 | r10674 >
Date:18:42, 20 August 2005
Author:jeluf
Status:old
Tags:
Comment:
Show an explanation to non-sysops
Modified paths:
  • /trunk/phase3/includes/SpecialUndelete.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialUndelete.php
@@ -416,6 +416,8 @@
417417 }
418418 if ( $this->mAllowed ) {
419419 $wgOut->addWikiText( wfMsg( "undeletehistory" ) . "\n----\n" . $text );
 420+ } else {
 421+ $wgOut->addWikiText( wfMsg( "undeletehistorynoadmin" );
420422 }
421423
422424 # List all stored revisions

Status & tagging log