Ebrahim has uploaded a new change for review.

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


Change subject: Native digits on pref
......................................................................

Native digits on pref

Change-Id: I8f03216198784ee32d10249ef87eba92a537209a
---
M includes/EditPage.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/67/88767/1

diff --git a/includes/EditPage.php b/includes/EditPage.php
index 12cd4b3..bce2f92 100644
--- a/includes/EditPage.php
+++ b/includes/EditPage.php
@@ -2914,7 +2914,7 @@
                                if ( !$keyMsg->isDisabled() && 
!$valueMsg->isDisabled() ) {
                                        $limitReport .= Html::openElement( 'tr' 
) .
                                                Html::rawElement( 'th', null, 
$keyMsg->parse() ) .
-                                               Html::rawElement( 'td', null, 
$valueMsg->params( $value )->parse() ) .
+                                               Html::rawElement( 'td', null, 
$valueMsg->numParams( $value )->parse() ) .
                                                Html::closeElement( 'tr' );
                                }
                        }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8f03216198784ee32d10249ef87eba92a537209a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Ebrahim <[email protected]>

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

Reply via email to