r89639 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89638‎ | r89639 | r89640 >
Date:09:47, 7 June 2011
Author:ialex
Status:ok
Tags:
Comment:
Remove unneeded experimental change from r89638
Modified paths:
  • /trunk/extensions/Poem/Poem.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Poem/Poem.php
@@ -66,10 +66,7 @@
6767 $attribs['class'] = 'poem';
6868 }
6969
70 - return array(
71 - Html::rawElement( 'div', $attribs, $nl . trim( $text ) . $nl ),
72 - 'markerType' => 'none',
73 - );
 70+ return Html::rawElement( 'div', $attribs, $nl . trim( $text ) . $nl );
7471 }
7572
7673 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89638Use preg_replace_callback() instead of preg_repace() with /e, also some style...ialex09:45, 7 June 2011

Status & tagging log