r62132 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62131‎ | r62132 | r62133 >
Date:20:05, 8 February 2010
Author:simetrical
Status:ok
Tags:
Comment:
Whitespace
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -1007,11 +1007,11 @@
10081008 $title = $this->autocommentTitle;
10091009 $local = $this->autocommentLocal;
10101010
1011 - $pre=$match[1];
1012 - $auto=$match[2];
1013 - $post=$match[3];
1014 - $link='';
1015 - if( $title ) {
 1011+ $pre = $match[1];
 1012+ $auto = $match[2];
 1013+ $post = $match[3];
 1014+ $link = '';
 1015+ if ( $title ) {
10161016 $section = $auto;
10171017
10181018 # Generate a valid anchor name from the section title.

Status & tagging log