Make WordPress Core


Ignore:
Timestamp:
05/30/2013 09:33:46 PM (11 years ago)
Author:
markjaquith
Message:

First pass at removing Post Format UI.

see #24452. fixes #24455.

File:
1 edited

Legend:

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

    r24369 r24388  
    416416        ) );
    417417
    418         $scripts->add( 'post-formats', "/wp-admin/js/post-formats$suffix.js", array( 'media-models', 'wp-plupload' ), false, 1 );
    419 
    420418        $scripts->add( 'link', "/wp-admin/js/link$suffix.js", array( 'wp-lists', 'postbox' ), false, 1 );
    421419
Note: See TracChangeset for help on using the changeset viewer.