https://bugzilla.wikimedia.org/show_bug.cgi?id=26514
--- Comment #1 from Reedy <[email protected]> 2010-12-30 20:02:24 UTC --- CC'd Priyanka Added in r77896 + private function categoriesHtml( $categories ) { + global $wgOut, $wgUser; + $wgOut->addCategoryLinks( $categories ); + $sk = $wgUser->getSkin(); + return $sk->getCategories(); + } Surely that does what you're asking for...? Unless there's some extra skin parsing somewhere along the way -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
