r96258 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96257‎ | r96258 | r96259 >
Date:21:22, 4 September 2011
Author:robin
Status:ok
Tags:
Comment:
whoops, fix r96257
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -248,7 +248,7 @@
249249 // Older revisions may have been removed since the link
250250 // was created, or we may simply have got bogus input.
251251 $this->editFormPageTop .= $wgOut->parse( '<div class="error mw-undo-norev">' .
252 - wfMsgNoTrans( 'undo-norev' ) . '</div>'true, /* interface */true );
 252+ wfMsgNoTrans( 'undo-norev' ) . '</div>', true, /* interface */true );
253253 }
254254 } elseif ( $section != '' ) {
255255 if ( $section == 'new' ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96257Correctly parse interface messages as such, so it doesn't get converted accor...robin21:19, 4 September 2011

Status & tagging log