From 98076edc7312c42e375e625f3e158635d551da2f Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@13222 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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' );