r90924 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90923‎ | r90924 | r90925 >
Date:23:25, 27 June 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r90923, best to actually use displayPrefix
Modified paths:
  • /trunk/phase3/includes/specials/SpecialAllmessages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialAllmessages.php
@@ -164,7 +164,7 @@
165165 Xml::label( wfMsg( 'allmessages-prefix' ), 'mw-allmessages-form-prefix' ) .
166166 "</td>\n
167167 <td class=\"mw-input\">" .
168 - Xml::input( 'prefix', 20, str_replace( '_', ' ', $this->prefix ), array( 'id' => 'mw-allmessages-form-prefix' ) ) .
 168+ Xml::input( 'prefix', 20, str_replace( '_', ' ', $this->displayPrefix ), array( 'id' => 'mw-allmessages-form-prefix' ) ) .
169169 "</td>\n
170170 </tr>
171171 <tr>\n

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90923Don't put a quoted/regexed prefix back out againreedy23:20, 27 June 2011

Status & tagging log