Index: trunk/phase3/includes/Parser.php |
— | — | @@ -3014,7 +3014,7 @@ |
3015 | 3015 | |
3016 | 3016 | # If the title is valid but undisplayable, make a link to it |
3017 | 3017 | if ( !$found && ( $this->ot['html'] || $this->ot['pre'] ) ) { |
3018 | | - $text = "[[$titleText]]"; |
| 3018 | + $text = "[[:$titleText]]"; |
3019 | 3019 | $found = true; |
3020 | 3020 | } |
3021 | 3021 | } elseif ( $title->isTrans() ) { |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -278,6 +278,7 @@ |
279 | 279 | * (bug 7520) Update article counts on XML import |
280 | 280 | * (bug 7526) Make $wgDefaultUserOptions work again |
281 | 281 | * (bug 7472) Localize Help namespace for Basque |
| 282 | +* (bug 7529) Including a non-existent category in an article places that article in the category |
282 | 283 | |
283 | 284 | |
284 | 285 | == Languages updated == |