r108883 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108882‎ | r108883 | r108884 >
Date:00:25, 14 January 2012
Author:reedy
Status:ok
Tags:
Comment:
Revert out r108882
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -1178,7 +1178,7 @@
11791179 $link = '';
11801180 }
11811181 }
1182 - //$auto = "$link$auto";
 1182+ $auto = "$link$auto";
11831183 if ( $pre ) {
11841184 # written summary $presep autocomment (summary /* section */)
11851185 $auto = wfMsgExt( 'autocomment-prefix', array( 'escapenoentities', 'content' ) ) . $auto;
@@ -1188,8 +1188,7 @@
11891189 $auto .= wfMsgExt( 'colon-separator', array( 'escapenoentities', 'content' ) );
11901190 }
11911191 $auto = '<span class="autocomment">' . $auto . '</span>';
1192 - //$comment = $pre . $auto . $post;
1193 - $comment = $pre . $link . $wgLang->getDirMark() . '<span dir="auto">' . $auto . $post . '</span>';
 1192+ $comment = $pre . $auto . $post;
11941193 return $comment;
11951194 }
11961195

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108882Recommitting r108367 to break unit tests as phpunit on ubuntu seems FUBAR'd a...reedy00:09, 14 January 2012

Status & tagging log