diff --git a/wp-admin/edit.php b/wp-admin/edit.php index ecae267ee..f6301f678 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -29,8 +29,6 @@ if ( isset($_GET['post_status']) && in_array( $_GET['post_status'], array_keys($ wp("what_to_show=posts$post_status_q&posts_per_page=15"); -do_action('restrict_manage_posts'); - // define the columns to display, the syntax is 'internal name' => 'display name' $posts_columns = array( 'id' => '
' . __('ID') . '
', @@ -133,6 +131,8 @@ if ( $month_count && !( 1 == $month_count && 0 == $arc_result[0]->mmonth ) ) { ? + +