From 3869c3f839f2c131de153f2d17ed0ea5e3430c33 Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Sat, 23 Feb 2013 05:42:05 -0500 Subject: [PATCH] Change comment: From ResourceLoaderStartupScript to ResourceLoaderStartUpModule Change-Id: Ie5640752bed3d71d7e519385c139fe8490bd7052 --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1