Make WordPress Core


Ignore:
Timestamp:
09/20/2011 03:37:17 AM (13 years ago)
Author:
azaozz
Message:

Remove redundant userinfo styling, props ocean90 and SergeyBiryukov, see #18197

File:
1 edited

Legend:

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

    r18728 r18730  
    6262    $scripts->add( 'utils', "/wp-admin/js/utils$suffix.js", false, '20101110' );
    6363
    64     $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20110915b', 1 );
     64    $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20110919', 1 );
    6565    $scripts->add_script_data( 'common', 'commonL10n', array(
    6666        'warnDelete' => __("You are about to permanently delete the selected items.\n  'Cancel' to stop, 'OK' to delete.")
     
    407407    $no_suffix = array( 'farbtastic' );
    408408
    409     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110919a' );
    410 
    411     $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20110902' );
     409    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110919b' );
     410
     411    $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20110919' );
    412412    $styles->add_data( 'ie', 'conditional', 'lte IE 7' );
    413413
    414414    // all colors stylesheets need to have the same query strings (cache manifest compat)
    415     $colors_version = '20110916';
     415    $colors_version = '20110919';
    416416
    417417    // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
Note: See TracChangeset for help on using the changeset viewer.