Florianschmidtwelzow has uploaded a new change for review.

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

Change subject: Replace wfMsg* calls
......................................................................

Replace wfMsg* calls

Bug: T70750
Change-Id: I06c37cf718c1e79b3b47471d53d773438d9f9910
---
M YetAnotherKeywords.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/YetAnotherKeywords 
refs/changes/28/262128/1

diff --git a/YetAnotherKeywords.php b/YetAnotherKeywords.php
index 1fcc419..aa97ddd 100644
--- a/YetAnotherKeywords.php
+++ b/YetAnotherKeywords.php
@@ -90,7 +90,7 @@
        if ( !isset($text) ) {
                return
                        '<div class="errorbox"&gt;'.
-                       wfMsgForContent('YetAnotherKeywords-missing-content').
+                       
wfMesage('YetAnotherKeywords-missing-content')->inContentLanguage()->escaped().
                        '</div&gt;';
        }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I06c37cf718c1e79b3b47471d53d773438d9f9910
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/YetAnotherKeywords
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to