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
This commit is contained in:
parent
9d23c565bd
commit
98076edc73
|
@ -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' );
|
||||
|
|
Loading…
Reference in New Issue