Page MenuHomePhabricator
Authored By
bzimport
Nov 21 2014, 9:24 PM
Size
698 B
Referenced Files
None
Subscribers
None
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

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2801
Default Alt Text
patch (698 B)

Event Timeline