From f73384ffe846947c064b1d3a79ea97cdd636ac6d Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Fri, 14 May 2010 15:49:20 +0000 Subject: [PATCH] Only show the column preferences if we have columns. See #13393 props duck_. git-svn-id: https://develop.svn.wordpress.org/trunk@14635 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 92c522e54b..2253d0e63c 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -3610,7 +3610,7 @@ function screen_meta($screen) {
+ if ( ! empty($column_screens) ) : ?>