Make WordPress Core


Ignore:
Timestamp:
11/26/2009 04:37:39 AM (15 years ago)
Author:
azaozz
Message:

Stop the fade-out of the Undo notices on Edit Comments screen, props caesarsgrunt, fixes #11259, see #4529

File:
1 edited

Legend:

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

    r12276 r12278  
    194194    }
    195195
    196     $scripts->add( 'swfupload-handlers', "/wp-includes/js/swfupload/handlers$suffix.js", array('swfupload-all', 'jquery'), '2201-20091115');
     196    $scripts->add( 'swfupload-handlers', "/wp-includes/js/swfupload/handlers$suffix.js", array('swfupload-all', 'jquery'), '2201-20091125');
    197197    $max_upload_size = ( (int) ( $max_up = @ini_get('upload_max_filesize') ) < (int) ( $max_post = @ini_get('post_max_size') ) ) ? $max_up : $max_post;
    198198    if ( empty($max_upload_size) )
     
    264264        $scripts->add_data( 'user-profile', 'group', 1 );
    265265
    266         $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20091112' );
     266        $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags'), '20091125' );
    267267        $scripts->add_data( 'admin-comments', 'group', 1 );
    268268        $scripts->localize( 'admin-comments', 'adminCommentsL10n', array(
     
    426426
    427427    // all colors stylesheets need to have the same query strings (cache manifest compat)
    428     $colors_version = '20091119';
    429 
    430     $styles->add( 'wp-admin', "/wp-admin/wp-admin$suffix.css", array(), '20091026' );
     428    $colors_version = '20091125';
     429
     430    $styles->add( 'wp-admin', "/wp-admin/wp-admin$suffix.css", array(), '20091125' );
    431431    $styles->add_data( 'wp-admin', 'rtl', "/wp-admin/rtl$suffix.css" );
    432432
Note: See TracChangeset for help on using the changeset viewer.