Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3515294
jquery_version.patch
Harjotsingh (Harjotsingh)
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
Harjotsingh
Mar 3 2016, 5:04 PM
2016-03-03 17:04:53 (UTC+0)
Size
619 B
Referenced Files
None
Subscribers
None
jquery_version.patch
View Options
diff --git a/includes/specials/SpecialVersion.php b/includes/specials/SpecialVersion.php
index c0f9590..88cf551 100644
--- a/includes/specials/SpecialVersion.php
+++ b/includes/specials/SpecialVersion.php
@@ -222,6 +222,7 @@ class SpecialVersion extends SpecialPage {
$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();
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3454602
Default Alt Text
jquery_version.patch (619 B)
Attached To
Mode
T34892: Special:Version should include version numbers of JS resources like jQuery
Attached
Detach File
Event Timeline
Log In to Comment