diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2017-02-20 14:32:12 -0800 |
---|---|---|
committer | Jforrester <jforrester@wikimedia.org> | 2017-02-21 18:13:08 +0000 |
commit | b715f432f420dece9feb56268ce2410a168d3312 (patch) | |
tree | 992c0bc931b58afb192fb6bcf9ba79cf70066fff /includes/libs/CSSMin.php | |
parent | 63c1c841d88f4dc572ceded8b48bd44937713ec6 (diff) | |
download | mediawikicore-b715f432f420dece9feb56268ce2410a168d3312.tar.gz mediawikicore-b715f432f420dece9feb56268ce2410a168d3312.zip |
includes/libs: Replace implicit Bugzilla bug numbers with Phab ones
It's unreasonable to expect newbies to know that "bug 12345" means "Task T14345"
except where it doesn't, so let's just standardise on the real numbers.
Skipping jsminplus.php as those bug numbers aren't Wikimedia's, nor obviously
someone else's.
Change-Id: I9a2210e17852ee56f11282b980ac66d8c7a95671
Diffstat (limited to 'includes/libs/CSSMin.php')
-rw-r--r-- | includes/libs/CSSMin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/libs/CSSMin.php b/includes/libs/CSSMin.php index bc99672f3630..30b56ad2069d 100644 --- a/includes/libs/CSSMin.php +++ b/includes/libs/CSSMin.php @@ -237,7 +237,7 @@ class CSSMin { // * Otherwise remap the URL to work in generated stylesheets // Guard against trailing slashes, because "some/remote/../foo.png" - // resolves to "some/remote/foo.png" on (some?) clients (bug 27052). + // resolves to "some/remote/foo.png" on (some?) clients (T29052). if ( substr( $remote, -1 ) == '/' ) { $remote = substr( $remote, 0, -1 ); } |