r25182 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25181‎ | r25182 | r25183 >
Date:00:37, 27 August 2007
Author:aaron
Status:old
Tags:
Comment:
*Add a space if we already have subtitle content
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -922,6 +922,8 @@
923923 } else {
924924 $msg = wfMsg( 'protected-subtitle-each', $editGroups, $moveGroups );
925925 }
 926+ if( $wgOut->getSubtitle() )
 927+ $msg = " $msg";
926928
927929 $wgOut->setSubtitle( $wgOut->getSubtitle() . $msg );
928930 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r25223Merged revisions 25126-25214 via svnmerge from...david07:39, 28 August 2007

Status & tagging log