Make WordPress Core


Ignore:
Timestamp:
11/05/2010 03:04:13 AM (13 years ago)
Author:
markjaquith
Message:

get_post_format_string() to get nice version of a post format slug. Try appending post format as a post-status label. Enclose in square brackets to help it stand out. Remove post format strings filter. If this is going to be standard, it should be standard. see #14746

File:
1 edited

Legend:

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

    r16189 r16198  
    468468    $no_suffix = array( 'farbtastic' );
    469469
    470     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101104' );
     470    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101104b' );
    471471
    472472    $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
Note: See TracChangeset for help on using the changeset viewer.