r54304 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r54303
|
r54304
|
r54305
>
Date:
19:57, 3 August 2009
Author:
ialex
Status:
ok
Tags:
Comment:
fix for
r54291
: missing ending $ in $Id$
Modified paths:
/trunk/phase3/includes/api/ApiQueryTags.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiQueryTags.php
—
—
@@ -162,6 +162,6 @@
163
163
}
164
164
165
165
public function getVersion() {
166
- return __CLASS__ . ': $Id: ApiQueryTags.php';
166
+ return __CLASS__ . ': $Id$';
167
167
}
168
168
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r54291
(
bug 19004
) Added support for tags to the API. Patch by Matthew Britton.
btongminh
17:48, 3 August 2009
Status & tagging log
00:02, 5 August 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r54304
[
removed:
new
added:
ok]