r78145 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78144‎ | r78145 | r78146 >
Date:21:45, 9 December 2010
Author:awjrichards
Status:deferred
Tags:
Comment:
Updating msg invocation to use escaped str rather than wikitext
Modified paths:
  • /trunk/extensions/ContributionTracking/ContributionTracking_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ContributionTracking/ContributionTracking_body.php
@@ -131,11 +131,11 @@
132132 $repost[ 'cmd' ] = '_xclick-subscriptions';
133133 $amount_field_name = 'a3';
134134 $repost['notify_url'] = $wgContributionTrackingPayPalRecurringIPN;
135 - $repost['item_name'] = $this->msgWiki( 'contrib-tracking-item-name-recurring' );
 135+ $repost['item_name'] = $this->msg( 'contrib-tracking-item-name-recurring' );
136136 } else {
137137 $repost['cmd'] = '_xclick';
138138 $repost['notify_url'] = $wgContributionTrackingPayPalIPN;
139 - $repost['item_name'] = $this->msgWiki( 'contrib-tracking-item-name-onetime' );
 139+ $repost['item_name'] = $this->msg( 'contrib-tracking-item-name-onetime' );
140140 }
141141 }
142142 else if ( $gateway == 'moneybookers' ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r78146Syncing from r78135 thru r78145 of trunkawjrichards21:48, 9 December 2010

Status & tagging log