Harjotsingh has uploaded a new change for review.

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

Change subject: Added jQuery version to Special:Version
......................................................................

Added jQuery version to Special:Version

Bug:T34892
Change-Id: I25705d33eb0fa52d1a1e5c0651d7a36bf5d08a7d
---
M includes/specials/SpecialVersion.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/60/275160/1

diff --git a/includes/specials/SpecialVersion.php 
b/includes/specials/SpecialVersion.php
index c0f9590..ee59f9b 100644
--- a/includes/specials/SpecialVersion.php
+++ b/includes/specials/SpecialVersion.php
@@ -222,6 +222,7 @@
                        $software['[https://php.net/ PHP]'] = PHP_VERSION . " 
(" . PHP_SAPI . ")";
                }
                $software[$dbr->getSoftwareLink()] = $dbr->getServerInfo();
+               $software['[https://www.jquery.com/ jQuery]'] = "1.11.3";
 
                if ( IcuCollation::getICUVersion() ) {
                        $software['[http://site.icu-project.org/ ICU]'] = 
IcuCollation::getICUVersion();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I25705d33eb0fa52d1a1e5c0651d7a36bf5d08a7d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Harjotsingh <harjo...@ymail.com>

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

Reply via email to