r70115 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r70114
|
r70115
|
r70116
>
Date:
21:33, 28 July 2010
Author:
nikerabbit
Status:
ok
Tags:
Comment:
... and remove debugging
Modified paths:
/trunk/extensions/Translate/ffs/PhpVariables.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Translate/ffs/PhpVariables.php
—
—
@@ -171,7 +171,6 @@
172
172
$matches = array();
173
173
preg_match_all( '/^ \* @author\s+(.+)$/m', $data, $matches );
174
174
$authors = $matches[1];
175
- var_dump( $matches );
176
175
177
176
# Then messages
178
177
$matches = array();
Status & tagging log
21:34, 28 July 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r70115
[
removed:
new
added:
ok]