Make WordPress Core


Ignore:
Timestamp:
11/17/2011 08:48:40 PM (14 years ago)
Author:
ryan
Message:

Change Close tab in Welcome Screen to a Dismiss link. Aligh bullets with paragraphs. Props georgestephanis, chexee. fixes #19271

File:
1 edited

Legend:

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

    r19320 r19326  
    433433    $no_suffix = array( 'farbtastic' );
    434434
    435     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111116' );
     435    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111117' );
    436436
    437437    $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' );
     
    439439
    440440    // all colors stylesheets need to have the same query strings (cache manifest compat)
    441     $colors_version = '20111115';
     441    $colors_version = '20111117';
    442442
    443443    // 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.