r87316 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87315‎ | r87316 | r87317 >
Date:02:57, 3 May 2011
Author:reedy
Status:deferred
Tags:
Comment:
Fix up non static call to extractTagsAndParams in News

Followup r87232
Modified paths:
  • /trunk/extensions/News/NewsRenderer.php (modified) (history)

Diff [purge]

Index: trunk/extensions/News/NewsRenderer.php
@@ -671,7 +671,7 @@
672672 $uniq_prefix = "\x07NR-UNIQ";
673673
674674 $matches = array();
675 - $text = $parser->extractTagsAndParams( $elements, $text, $matches, $uniq_prefix );
 675+ $text = Parser::extractTagsAndParams( $elements, $text, $matches, $uniq_prefix );
676676
677677 foreach( $matches as $marker => $data ) {
678678 list( $element, $content, $params, $tag ) = $data;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87232Make a method static per the comment, update the only non static usage (in Pa...reedy23:59, 1 May 2011

Status & tagging log