r110415 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110414‎ | r110415 | r110416 >
Date:18:50, 31 January 2012
Author:gregchiasson
Status:ok
Tags:aft 
Comment:
AFT5 - convert more link to text, per comments on r110399
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/api/ApiViewFeedbackArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/api/ApiViewFeedbackArticleFeedbackv5.php
@@ -618,7 +618,7 @@
619619 . Html::element( 'a', array(
620620 'class' => 'articleFeedbackv5-comment-toggle',
621621 'id' => "articleFeedbackv5-comment-toggle-$feedbackId"
622 - ), wfMessage( 'articlefeedbackv5-comment-more' ) );
 622+ ), wfMessage( 'articlefeedbackv5-comment-more' )->text() );
623623 }
624624
625625 $rv .= Html::closeElement( 'blockquote' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r110399AFT5 fix double-escaping from r110301 and r110012gregchiasson16:21, 31 January 2012

Status & tagging log