mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Pinking shears
git-svn-id: https://develop.svn.wordpress.org/trunk@19054 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -864,7 +864,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||
|
||||
<?php
|
||||
endif; // hierarchical
|
||||
|
||||
|
||||
if ( !$bulk ) : ?>
|
||||
|
||||
<label>
|
||||
@@ -996,7 +996,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
||||
|
||||
</div>
|
||||
|
||||
<?php if ( post_type_supports( $screen->post_type, 'post-formats' ) && current_theme_supports( 'post-formats' ) ) :
|
||||
<?php if ( post_type_supports( $screen->post_type, 'post-formats' ) && current_theme_supports( 'post-formats' ) ) :
|
||||
$post_formats = get_theme_support( 'post-formats' );
|
||||
if ( isset( $post_formats[0] ) && is_array( $post_formats[0] ) ) :
|
||||
$all_post_formats = get_post_format_strings(); ?>
|
||||
|
||||
Reference in New Issue
Block a user