r76323 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76322‎ | r76323 | r76324 >
Date:18:23, 8 November 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
added missing parameters
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Declare.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_Declare.php
@@ -21,8 +21,10 @@
2222 * @since 1.5.3
2323 *
2424 * @param Parser $parser
 25+ * @param PPFrame $frame
 26+ * @param array $args
2527 */
26 - public static function render( Parser &$parser ) {
 28+ public static function render( Parser &$parser, PPFrame $frame, array $args ) {
2729 if ( $frame->isTemplate() ) {
2830 foreach ( $args as $arg )
2931 if ( trim( $arg ) != '' ) {

Status & tagging log