Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -227,7 +227,7 @@ |
228 | 228 | foreach ( $categories as $category => $arbitrary ) { |
229 | 229 | $title = Title::makeTitleSafe( NS_CATEGORY, $category ); |
230 | 230 | $text = $wgContLang->convertHtml( $title->getText() ); |
231 | | - $this->mCategoryLinks[] = $sk->makeKnownLinkObj( $title, $text ); |
| 231 | + $this->mCategoryLinks[] = $sk->makeLinkObj( $title, $text ); |
232 | 232 | } |
233 | 233 | } |
234 | 234 | |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -655,8 +655,6 @@ |
656 | 656 | * (bug 4970) Make category paging limits configurable |
657 | 657 | * (bug 4535) Warn user when editing CSS or JS subpage of a skin that doesn't exist |
658 | 658 | * Make Live Preview an user preference, still controllable by the global variable |
659 | | -* Make links to categories in the catlinks box blue whether the target page exists |
660 | | - or not. |
661 | 659 | * Rename the stub LanguageAls / LanguageGem_alsation to LanguageGsw to follow |
662 | 660 | updated language code assignments |
663 | 661 | |