Display post formats in the posts list table.
props nacin, garyc40, DrewAPicture, wonderboymusic, aaroncampbell. fixes #16047 git-svn-id: http://core.svn.wordpress.org/trunk@23392 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1449,8 +1449,6 @@ function _post_states($post) {
|
||||
}
|
||||
}
|
||||
|
||||
if ( get_post_format( $post->ID ) )
|
||||
echo ' - <span class="post-state-format">' . get_post_format_string( get_post_format( $post->ID ) ) . '</span>';
|
||||
}
|
||||
|
||||
function _media_states( $post ) {
|
||||
|
||||
Reference in New Issue
Block a user