r79890 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79889‎ | r79890 | r79891 >
Date:12:23, 9 January 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Fix syntax terror from r79884
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -1280,7 +1280,7 @@
12811281 // TODO: can the checkLabel be moved outside of the div so that wrapWikiMsg could be used?
12821282 $wgOut->addHTML(
12831283 '<div class="mw-confirm-recreate">' .
1284 - wfMsgExt( 'confirmrecreate', 'parseinline', $username, "<nowiki>$comment</nowiki>" ) ) .
 1284+ wfMsgExt( 'confirmrecreate', 'parseinline', $username, "<nowiki>$comment</nowiki>" ) .
12851285 Xml::checkLabel( wfMsg( 'recreate' ), 'wpRecreate', 'wpRecreate', false,
12861286 array( 'title' => $sk->titleAttrib( 'recreate' ), 'tabindex' => 1, 'id' => 'wpRecreate' )
12871287 ) .

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79884* (bug 26187) Confirmrecreate no longer parses the edit summarynikerabbit11:30, 9 January 2011

Status & tagging log