Make WordPress Core


Ignore:
Timestamp:
03/29/2013 03:35:41 AM (12 years ago)
Author:
markjaquith
Message:

Post Format UI.

  • Icons
  • Selection
  • Prompt text
  • Special fields
  • Styling
  • Sparkles

This is going to need testing, polish, and love.

see #19570. props melchoyce, helen, wonderboymusic, lessbloat, rachelbaker, aaroncampbell, DrewAPicture, ryelle.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/post.php

    r23763 r23843  
    201201    }
    202202
    203     $format_keys = array( 'quote', 'quote_source', 'image', 'gallery', 'media' );
     203    $format_keys = array( 'quote', 'quote_source', 'image', 'gallery', 'image', 'gallery', 'audio', 'video' );
    204204
    205205    foreach ( $format_keys as $key ) {
Note: See TracChangeset for help on using the changeset viewer.