r87168 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r87167
|
r87168
|
r87169
>
Date:
16:38, 30 April 2011
Author:
reedy
Status:
ok
Tags:
Comment:
Followup
r87147
, let the formatters do teh escaping
Modified paths:
/trunk/phase3/includes/api/ApiQuerySiteinfo.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiQuerySiteinfo.php
—
—
@@ -498,7 +498,7 @@
499
499
}
500
500
501
501
private function formatParserTags( $item ) {
502
- return "<{$item}>";
502
+ return "<{$item}>";
503
503
}
504
504
505
505
public function appendSubscribedHooks( $property ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r87147
* (
bug 27179
) API: List of extension tags...
reedy
23:02, 29 April 2011
Status & tagging log
16:41, 30 April 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r87168
[
removed:
new
added:
ok]