Make WordPress Core

Changeset 13222


Ignore:
Timestamp:
02/19/2010 01:39:41 PM (15 years ago)
Author:
nacin
Message:

Add missing i18n comment for a hard-coded string. Props Nao, fixes #11654

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/load.php

    r13205 r13222  
    1818
    1919    if ( isset( $_REQUEST['GLOBALS'] ) )
    20         die( 'GLOBALS overwrite attempt detected' );
     20        die( /*WP_I18N_GLOBALS_OVERWRITE*/'GLOBALS overwrite attempt detected'/*/WP_I18N_GLOBALS_OVERWRITE*/ );
    2121
    2222    // Variables that shouldn't be unset
Note: See TracChangeset for help on using the changeset viewer.