r51168 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r51167
|
r51168
|
r51169
>
Date:
21:40, 29 May 2009
Author:
tparscal
Status:
ok
Tags:
Comment:
Added EditPageBeforeEditToolbar hook to provide a way to override the toolbar - making way for the new one the Wikipedia Usability Initiative is working on.
Modified paths:
/trunk/phase3/includes/EditPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/EditPage.php
—
—
@@ -2134,6 +2134,9 @@
2135
2135
2136
2136
$toolbar.="/*]]>*/\n</script>";
2137
2137
$toolbar.="\n</div>";
2138
+
2139
+ wfRunHooks( 'EditPageBeforeEditToolbar', array( &$toolbar ) );
2140
+
2138
2141
return $toolbar;
2139
2142
}
2140
2143
Status & tagging log
02:20, 6 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r51168
[
removed:
new
added:
ok]