From 1322474b221a5a3a97b72a2cd2e829b97b07cbda Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 31 Dec 2010 23:56:38 +0000 Subject: [PATCH] div.alignleft.actions needs to wrap the 'Empty Trash' button too, otherwise they're not aligned. see #15580. git-svn-id: http://svn.automattic.com/wordpress/trunk@17195 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-posts-list-table.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/includes/class-wp-posts-list-table.php b/wp-admin/includes/class-wp-posts-list-table.php index 4512036dbb..f25ca4bf9f 100644 --- a/wp-admin/includes/class-wp-posts-list-table.php +++ b/wp-admin/includes/class-wp-posts-list-table.php @@ -202,11 +202,11 @@ class WP_Posts_List_Table extends WP_List_Table { function extra_tablenav( $which ) { global $post_type, $post_type_object, $cat; - - if ( 'top' == $which && !is_singular() ) { ?>
months_dropdown( $post_type ); if ( is_object_in_taxonomy( $post_type, 'category' ) ) { @@ -222,14 +222,14 @@ class WP_Posts_List_Table extends WP_List_Table { } do_action( 'restrict_manage_posts' ); submit_button( __( 'Filter' ), 'secondary', 'post-query-submit', false ); -?> -
-is_trash && current_user_can( $post_type_object->cap->edit_others_posts ) ) { submit_button( __( 'Empty Trash' ), 'button-secondary apply', 'delete_all', false ); } +?> + +