From: Matthew Flaschen Date: Sat, 23 Feb 2013 10:42:05 +0000 (-0500) Subject: Change comment: X-Git-Tag: 1.31.0-rc.0~20592 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=3869c3f839f2c131de153f2d17ed0ea5e3430c33;p=lhc%2Fweb%2Fwiklou.git Change comment: From ResourceLoaderStartupScript to ResourceLoaderStartUpModule Change-Id: Ie5640752bed3d71d7e519385c139fe8490bd7052 --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index c9112935ed..f71942163d 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2957,7 +2957,7 @@ $templates * DO NOT CALL THIS FROM OUTSIDE OF THIS CLASS OR Skin::makeGlobalVariablesScript(). * This is only public until that function is removed. You have been warned. * - * Do not add things here which can be evaluated in ResourceLoaderStartupScript + * Do not add things here which can be evaluated in ResourceLoaderStartUpModule * - in other words, page-independent/site-wide variables (without state). * You will only be adding bloat to the html page and causing page caches to * have to be purged on configuration changes.