Make WordPress Core


Ignore:
Timestamp:
11/05/2010 02:34:09 PM (15 years ago)
Author:
scribu
Message:

remove leading <li> from get_views() and add it later. Fixes #15321

File:
1 edited

Legend:

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

    r16198 r16205  
    474474
    475475    // all colors stylesheets need to have the same query strings (cache manifest compat)
    476     $colors_version = '20101103';
     476    $colors_version = '20101105';
    477477
    478478    // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
     
    484484
    485485    $styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '20100528' );
    486     $styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20101027' );
     486    $styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20101105' );
    487487    $styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20101020' );
    488488    $styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20100610' );
Note: See TracChangeset for help on using the changeset viewer.