r65368 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r65367
|
r65368
|
r65369
>
Date:
10:07, 21 April 2010
Author:
raymond
Status:
ok
Tags:
Comment:
Follow-up
r65228
: stylize.php breaks <<<EOT ... EOT sytax
Modified paths:
/trunk/extensions/RPED/RPED.hooks.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/RPED/RPED.hooks.php
—
—
@@ -3,7 +3,7 @@
4
4
echo <<<EOT
5
5
To install the RPED extension, put the following line in LocalSettings.php:
6
6
require_once( "\$IP/extensions/RPED/RPED.php" );
7
- EOT;
7
+EOT;
8
8
exit( 1 );
9
9
}
10
10
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r65228
* stylize RPED and small updates...
siebrand
14:05, 18 April 2010
Status & tagging log
21:11, 1 May 2010
Siebrand
(
talk
|
contribs
)
changed the
status
of r65368
[
removed:
new
added:
ok]