Make WordPress Core


Ignore:
Timestamp:
02/08/2013 04:10:05 PM (12 years ago)
Author:
markjaquith
Message:

Display post formats in the posts list table.

props nacin, garyc40, DrewAPicture, wonderboymusic, aaroncampbell.

fixes #16047

File:
1 edited

Legend:

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

    r23352 r23392  
    14501450    }
    14511451
    1452     if ( get_post_format( $post->ID ) )
    1453         echo ' - <span class="post-state-format">' . get_post_format_string( get_post_format( $post->ID ) ) . '</span>';
    14541452}
    14551453
Note: See TracChangeset for help on using the changeset viewer.