From: Legoktm Date: Tue, 7 Apr 2015 18:19:23 +0000 (+0000) Subject: Revert "Hide HHVM tag on Special:{Contributions,RecentChanges,...}" X-Git-Tag: 1.31.0-rc.0~11795^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=80df1e1b9aafcad46ffedfae2b3343af3f85d732;p=lhc%2Fweb%2Fwiklou.git Revert "Hide HHVM tag on Special:{Contributions,RecentChanges,...}" This reverts commit 494989772cfce8805a10c2cd497880f6f6793896. Bug: T1205 Change-Id: If47af4a663530d9a32c1d24b6b55a63954f53fcb --- diff --git a/includes/ChangeTags.php b/includes/ChangeTags.php index 87c6ce5c03..a3c23608d9 100644 --- a/includes/ChangeTags.php +++ b/includes/ChangeTags.php @@ -34,17 +34,13 @@ class ChangeTags { public static function formatSummaryRow( $tags, $page ) { global $wgLang; - $tags = explode( ',', $tags ); - - // XXX(Ori Livneh, 2014-11-08): remove once bug 73181 is resolved. - $tags = array_diff( $tags, array( 'HHVM', '' ) ); - if ( !$tags ) { return array( '', array() ); } $classes = array(); + $tags = explode( ',', $tags ); $displayTags = array(); foreach ( $tags as $tag ) { $displayTags[] = Xml::tags(