r106039 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106038‎ | r106039 | r106040 >
Date:16:01, 13 December 2011
Author:seanheavey
Status:ok
Tags:
Comment:
Updated php file to rearrange the order of option 2 tags as per bug 32980
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php
@@ -51,7 +51,7 @@
5252 $wgArticleFeedbackv5Bucket5RatingCategories = array( 'trustworthy', 'objective', 'complete', 'wellwritten' );
5353
5454 // The tag names and values for bucket 2 -- these MUST match the option names in the database.
55 -$wgArticleFeedbackv5Bucket2TagNames = array( 'suggestion', 'question', 'problem', 'praise' );
 55+$wgArticleFeedbackv5Bucket2TagNames = array( 'suggestion', 'praise', 'problem', 'question' );
5656
5757 // Bucket settings for display options
5858 $wgArticleFeedbackv5DisplayBuckets = array(

Status & tagging log