r70007 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r70006
|
r70007
|
r70008
>
Date:
12:19, 27 July 2010
Author:
platonides
Status:
ok
Tags:
Comment:
Followup
r69961
. Remove now unused global.
Modified paths:
/trunk/phase3/includes/parser/Parser.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/parser/Parser.php
—
—
@@ -5053,7 +5053,6 @@
5054
5054
* @return string
5055
5055
*/
5056
5056
public function getDefaultSort() {
5057
- global $wgCategoryPrefixedDefaultSortkey;
5058
5057
if ( $this->mDefaultSort !== false ) {
5059
5058
return $this->mDefaultSort;
5060
5059
} else {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r69961
Reconcept cl_raw_sortkey as cl_sortkey_prefix...
simetrical
19:27, 26 July 2010
Status & tagging log
14:37, 27 July 2010
Simetrical
(
talk
|
contribs
)
changed the
status
of r70007
[
removed:
new
added:
ok]