r88708 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88707‎ | r88708 | r88709 >
Date:01:33, 24 May 2011
Author:aaron
Status:ok
Tags:
Comment:
Follow-up r88641: remove more msgs...this stuff is everywhere
Modified paths:
  • /trunk/extensions/FlaggedRevs/presentation/FlaggedRevsUI.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/presentation/FlaggedRevsUI.hooks.php
@@ -75,11 +75,6 @@
7676 $stableId = null;
7777 }
7878 $globalVars['wgStableRevisionId'] = $stableId;
79 - $revisionContents = (object) array(
80 - 'error' => wfMsgHtml( 'revcontents-error' ),
81 - 'waiting' => wfMsgHtml( 'revcontents-waiting' )
82 - );
83 - $globalVars['wgRevContents'] = $revisionContents;
8479 return true;
8580 }
8681

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88641Follow-up r88639: Removed revcontents_ messagesaaron14:29, 23 May 2011

Status & tagging log