From dd171a676721280ece89c7f3830e1b380144e7da Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 19 Feb 2010 13:39:41 +0000 Subject: [PATCH] Add missing i18n comment for a hard-coded string. Props Nao, fixes #11654 git-svn-id: https://develop.svn.wordpress.org/trunk@13222 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/load.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/load.php b/wp-includes/load.php index fe707411f7..c4f5ff9407 100644 --- a/wp-includes/load.php +++ b/wp-includes/load.php @@ -17,7 +17,7 @@ function wp_unregister_GLOBALS() { return; if ( isset( $_REQUEST['GLOBALS'] ) ) - die( 'GLOBALS overwrite attempt detected' ); + die( /*WP_I18N_GLOBALS_OVERWRITE*/'GLOBALS overwrite attempt detected'/*/WP_I18N_GLOBALS_OVERWRITE*/ ); // Variables that shouldn't be unset $noUnset = array( 'GLOBALS', '_GET', '_POST', '_COOKIE', '_REQUEST', '_SERVER', '_ENV', '_FILES', 'table_prefix' );