Changeset 18527
- Timestamp:
- 08/11/2011 03:02:01 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-posts-list-table.php
r18234 r18527 840 840 if ( post_type_supports( $screen->post_type, 'author' ) && $bulk ) 841 841 echo $authors_dropdown; 842 ?> 843 844 <?php if ( $post_type_object->hierarchical ) : ?> 845 842 843 if ( post_type_supports( $screen->post_type, 'page-attributes' ) ) : 844 845 if ( $post_type_object->hierarchical ) : 846 ?> 846 847 <label> 847 848 <span class="title"><?php _e( 'Parent' ); ?></span> … … 855 856 </label> 856 857 857 <?php if ( post_type_supports( $screen->post_type, 'page-attributes' ) ) : 858 <?php 859 endif; // hierarchical 860 858 861 if ( !$bulk ) : ?> 859 862 … … 863 866 </label> 864 867 865 <?php endif; // !$bulk ?> 868 <?php endif; // !$bulk 869 870 if ( 'page' == $screen->post_type ) : 871 ?> 866 872 867 873 <label> … … 877 883 878 884 <?php 879 endif; // post_type_supports page-attributes 880 endif; // $post_type_object->hierarchical ?> 885 endif; // page post_type 886 endif; // page-attributes 887 ?> 881 888 882 889 <?php if ( count( $flat_taxonomies ) && !$bulk ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.