| 1 | Index: wp-admin/includes/template.php |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-admin/includes/template.php (revision 14631) |
|---|
| 4 | +++ wp-admin/includes/template.php (working copy) |
|---|
| 5 | @@ -3605,7 +3605,7 @@ |
|---|
| 6 | <br class="clear" /> |
|---|
| 7 | </div> |
|---|
| 8 | <?php endif; |
|---|
| 9 | - if ( isset($column_screens) ) : ?> |
|---|
| 10 | + if ( ! empty($column_screens) ) : ?> |
|---|
| 11 | <h5><?php echo apply_filters('columns_prefs_header', $default_text); ?></h5> |
|---|
| 12 | <div class="metabox-prefs"> |
|---|
| 13 | <?php manage_columns_prefs($screen); ?> |
|---|