Make WordPress Core


Ignore:
Timestamp:
05/12/2011 03:33:27 AM (14 years ago)
Author:
azaozz
Message:

Warning for out of date and insecure browsers, props aaroncampbell, fixes #17323

File:
1 edited

Legend:

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

    r17885 r17887  
    326326        $scripts->add_data( 'xfn', 'group', 1 );
    327327
    328         $scripts->add( 'postbox', "/wp-admin/js/postbox$suffix.js", array('jquery-ui-sortable'), '20091012' );
     328        $scripts->add( 'postbox', "/wp-admin/js/postbox$suffix.js", array('jquery-ui-sortable'), '20110511' );
    329329        $scripts->add_data( 'postbox', 'group', 1 );
    330330
     
    450450        ) );
    451451
    452         $scripts->add( 'custom-background', "/wp-admin/js/custom-background$suffix.js", array('farbtastic'), '20101025' );
     452        $scripts->add( 'custom-background', "/wp-admin/js/custom-background$suffix.js", array('farbtastic'), '20110511' );
    453453        $scripts->add_data( 'custom-background', 'group', 1 );
    454454    }
     
    494494
    495495    // all colors stylesheets need to have the same query strings (cache manifest compat)
    496     $colors_version = '20110511n';
     496    $colors_version = '20110511o';
    497497
    498498    // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
     
    507507    $styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20110121' );
    508508    $styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20110511b' );
    509     $styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '20110511b' );
     509    $styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '20110511c' );
    510510    $styles->add( 'install', "/wp-admin/css/install$suffix.css", array(), '20110506' ); // Readme as well
    511511    $styles->add( 'theme-editor', "/wp-admin/css/theme-editor$suffix.css", array(), '20110506' );
Note: See TracChangeset for help on using the changeset viewer.