Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3232
patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
•
bzimport
Nov 21 2014, 9:24 PM
2014-11-21 21:24:38 (UTC+0)
Size
698 B
Referenced Files
None
Subscribers
None
patch
View Options
Index: includes/Skin.php
===================================================================
--- includes/Skin.php (revision 16931)
+++ includes/Skin.php (working copy)
@@ -577,8 +577,7 @@
$t = $embed . implode ( "{$pop} {$sep} {$embed}" , $wgOut->mCategoryLinks ) . $pop;
$msg = wfMsgExt('categories', array('parsemag', 'escape'), count( $wgOut->mCategoryLinks ));
- $s = $this->makeKnownLinkObj( Title::makeTitle( NS_SPECIAL, 'Categories' ),
- $msg, 'article=' . urlencode( $wgTitle->getPrefixedDBkey() ) )
+ $s = $this->makeKnownLinkObj( Title::makeTitle( NS_SPECIAL, 'Categories' ), $msg )
. ': ' . $t;
# optional 'dmoz-like' category browser. Will be shown under the list
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2801
Default Alt Text
patch (698 B)
Attached To
Mode
T9547: Remove &article=foo from link to Special:Categories in list of article's categories
Attached
Detach File
Event Timeline
Log In to Comment