r73771 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r73770
|
r73771
|
r73772
>
Date:
13:02, 26 September 2010
Author:
nikerabbit
Status:
ok
Tags:
Comment:
Quickfix: spaces in translatable page section keys not working correctly
Modified paths:
/trunk/extensions/Translate/MessageGroups.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Translate/MessageGroups.php
—
—
@@ -743,6 +743,7 @@
744
744
745
745
$new_defs = array();
746
746
foreach ( $defs as $k => $v ) {
747
+ $k = str_replace( ' ', '_', $k );
747
748
$new_defs[$prefix . $k] = $v;
748
749
}
749
750
Status & tagging log
13:56, 27 October 2010
Siebrand
(
talk
|
contribs
)
changed the
status
of r73771
[
removed:
deferred
added:
ok]
14:22, 24 October 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r73771
[
removed:
new
added:
deferred]