IoannisKydonis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/263189

Change subject: Add wfMessage('parentheses').
......................................................................

Add wfMessage('parentheses').

Change-Id: I59bf75b07f3be9ee8f72b69ace43572ebad8a26b
---
M includes/Formatter/ContributionsFormatter.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/89/263189/1

diff --git a/includes/Formatter/ContributionsFormatter.php 
b/includes/Formatter/ContributionsFormatter.php
index 4212b3e..c2852dc 100644
--- a/includes/Formatter/ContributionsFormatter.php
+++ b/includes/Formatter/ContributionsFormatter.php
@@ -78,7 +78,7 @@
                if ( isset( $data['actions']['hide'] ) ) {
                        $key = 'hide';
                        // flow-post-action-hide-post, 
flow-post-action-hide-topic
-                       $msg = "flow-$type-action-hide-$type";
+                       $msg = wfMessage( 'parentheses' 
)->params("flow-$type-action-hide-$type");
                } elseif ( isset( $data['actions']['unhide'] ) ) {
                        $key = 'unhide';
                        // flow-topic-action-restore-topic, 
flow-post-action-restore-post

-- 
To view, visit https://gerrit.wikimedia.org/r/263189
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I59bf75b07f3be9ee8f72b69ace43572ebad8a26b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: IoannisKydonis <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to