From 57b12e5705f6523783631ea57367c05e511daf43 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 26 Nov 2008 00:36:25 +0000 Subject: [PATCH] Don't show tables when no posts or pages are found. fixes #8346 git-svn-id: https://develop.svn.wordpress.org/trunk@9891 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-pages.php | 22 +++++++++------------- wp-admin/edit-post-rows.php | 14 ++------------ wp-admin/edit.php | 8 ++++++++ 3 files changed, 19 insertions(+), 25 deletions(-) diff --git a/wp-admin/edit-pages.php b/wp-admin/edit-pages.php index 451f1ef43f..daf5639322 100644 --- a/wp-admin/edit-pages.php +++ b/wp-admin/edit-pages.php @@ -165,6 +165,8 @@ endif; + +
- @@ -248,21 +246,19 @@ if ( $page_links )
+ +
+

+ +
- - -

- - - - - - - + -
+ \ No newline at end of file diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 9a05c7dd6f..2c69943088 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -119,6 +119,7 @@ $_SERVER['REQUEST_URI'] = remove_query_arg( array('locked', 'skipped', 'updated'
+
    + +
    + +
    +

    + +