Make WordPress Core


Ignore:
Timestamp:
07/21/2009 03:11:12 AM (15 years ago)
Author:
azaozz
Message:

"Trash" status for comments, first run, props caesarsgrunt, see #4529

File:
1 edited

Legend:

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

    r11719 r11731  
    6161    $scripts->add( 'utils', "/wp-admin/js/utils$suffix.js", false, '20090102' );
    6262
    63     $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20090623' );
     63    $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20090720' );
    6464    $scripts->add_data( 'common', 'group', 1 );
    6565    $scripts->localize( 'common', 'commonL10n', array(
    66         'warnDelete' => __("You are about to delete the selected items.\n  'Cancel' to stop, 'OK' to delete."),
     66        'warnDelete' => __("You are about to permanently delete the selected items.\n  'Cancel' to stop, 'OK' to delete."),
    6767        'l10n_print_after' => 'try{convertEntities(commonL10n);}catch(e){};'
    6868    ) );
     
    246246        $scripts->add_data( 'user-profile', 'group', 1 );
    247247
    248         $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20090627' );
     248        $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20090720' );
    249249        $scripts->add_data( 'admin-comments', 'group', 1 );
    250250        $scripts->localize( 'admin-comments', 'adminCommentsL10n', array(
     
    427427
    428428    // all colors stylesheets need to have the same query strings (cache manifest compat)
    429     $colors_version = '20090625';
    430 
    431     $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20090625' );
     429    $colors_version = '20090720';
     430
     431    $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20090720' );
    432432    $styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' );
    433433
Note: See TracChangeset for help on using the changeset viewer.