r70429 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r70428
|
r70429
|
r70430
>
Date:
21:24, 3 August 2010
Author:
tparscal
Status:
ok
Tags:
Comment:
Updated example in comment to show use of server parameter in ResourceLoader::respond()
Modified paths:
/branches/resourceloader/phase3/includes/ResourceLoader.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/resourceloader/phase3/includes/ResourceLoader.php
—
—
@@ -56,7 +56,7 @@
57
57
* ) );
58
58
* @example
59
59
* // Responds to a resource loading request
60
- * ResourceLoader::respond( $wgRequest );
60
+ * ResourceLoader::respond( $wgRequest, $wgServer . $wgScriptPath . '/load.php' );
61
61
*/
62
62
class ResourceLoader {
63
63
Status & tagging log
14:58, 4 August 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r70429
[
removed:
new
added:
ok]