Change comment:
authorMatthew Flaschen <mflaschen@wikimedia.org>
Sat, 23 Feb 2013 10:42:05 +0000 (05:42 -0500)
committerMatthew Flaschen <mflaschen@wikimedia.org>
Sat, 23 Feb 2013 10:42:05 +0000 (05:42 -0500)
From ResourceLoaderStartupScript to ResourceLoaderStartUpModule

Change-Id: Ie5640752bed3d71d7e519385c139fe8490bd7052

includes/OutputPage.php

index c911293..f719421 100644 (file)
@@ -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.