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
This commit is contained in:
parent
1302562718
commit
f73384ffe8
|
@ -3610,7 +3610,7 @@ function screen_meta($screen) {
|
||||||
<br class="clear" />
|
<br class="clear" />
|
||||||
</div>
|
</div>
|
||||||
<?php endif;
|
<?php endif;
|
||||||
if ( isset($column_screens) ) : ?>
|
if ( ! empty($column_screens) ) : ?>
|
||||||
<h5><?php echo apply_filters('columns_prefs_header', $default_text); ?></h5>
|
<h5><?php echo apply_filters('columns_prefs_header', $default_text); ?></h5>
|
||||||
<div class="metabox-prefs">
|
<div class="metabox-prefs">
|
||||||
<?php manage_columns_prefs($screen); ?>
|
<?php manage_columns_prefs($screen); ?>
|
||||||
|
|
Loading…
Reference in New Issue