Reedy has uploaded a new change for review.
https://gerrit.wikimedia.org/r/301628
Change subject: Fix wfMessage typo
......................................................................
Fix wfMessage typo
Bug: T141532
Change-Id: I6be3517c45a98577f032ad8537c05cb239d09be3
---
M YetAnotherKeywords.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/YetAnotherKeywords
refs/changes/28/301628/1
diff --git a/YetAnotherKeywords.php b/YetAnotherKeywords.php
index aa97ddd..d090f4e 100644
--- a/YetAnotherKeywords.php
+++ b/YetAnotherKeywords.php
@@ -90,7 +90,7 @@
if ( !isset($text) ) {
return
'<div class="errorbox">'.
-
wfMesage('YetAnotherKeywords-missing-content')->inContentLanguage()->escaped().
+
wfMessage('YetAnotherKeywords-missing-content')->inContentLanguage()->escaped().
'</div>';
}
--
To view, visit https://gerrit.wikimedia.org/r/301628
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6be3517c45a98577f032ad8537c05cb239d09be3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/YetAnotherKeywords
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits