Make WordPress Core


Ignore:
Timestamp:
11/04/2010 07:41:07 AM (14 years ago)
Author:
markjaquith
Message:

add_theme_support( 'post-formats', array( 'aside', 'image', 'etc' ) ); Add UI for choosing a post format, and save the choice. see #14746

File:
1 edited

Legend:

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

    r16173 r16174  
    302302        $scripts->add_data( 'postbox', 'group', 1 );
    303303
    304         $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20100526' );
     304        $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array('suggest', 'wp-lists', 'postbox'), '20101104' );
    305305        $scripts->add_data( 'post', 'group', 1 );
    306306        $scripts->localize( 'post', 'postL10n', array(
     
    468468    $no_suffix = array( 'farbtastic' );
    469469
    470     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101027' );
     470    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101104' );
    471471
    472472    $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
Note: See TracChangeset for help on using the changeset viewer.