Make WordPress Core


Ignore:
Timestamp:
11/20/2010 12:01:15 PM (14 years ago)
Author:
westi
Message:

Use do_items rather than do_item so the output of the l10n script is recorded. Fixes #15124.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r16503 r16504  
    640640
    641641    script_concat_settings();
    642     $wp_scripts->do_item( 'l10n' );
     642    $wp_scripts->do_items( 'l10n' );
    643643    $wp_scripts->do_concat = $concatenate_scripts;
    644644    $wp_scripts->do_head_items();
Note: See TracChangeset for help on using the changeset viewer.