r89221 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r89220
|
r89221
|
r89222
>
Date:
17:51, 31 May 2011
Author:
platonides
Status:
ok
Tags:
Comment:
Follow up
r89220
. Misleading comment left from
r88971
Modified paths:
/trunk/extensions/Cite/Cite_body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Cite/Cite_body.php
—
—
@@ -1026,7 +1026,7 @@
1027
1027
}
1028
1028
1029
1029
# Don't clear state when we're in the middle of parsing
1030
- # a <ref> tag or parsing messages
1030
+ # a <ref> tag
1031
1031
if ( $this->mInCite || $this->mInReferences ) {
1032
1032
return true;
1033
1033
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r88971
Fix
bug 20748
and
bug 15819
.
kbrown
15:22, 27 May 2011
r89220
Remove Cite singleton. Store it inside each associated parser at $parser->ext...
platonides
17:49, 31 May 2011
Status & tagging log
22:22, 5 July 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r89221
[
removed:
new
added:
ok]