Changeset 43885 for branches/5.0/src/wp-admin/includes/template.php
- Timestamp:
- 11/12/2018 03:37:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/includes/template.php
r43839 r43885 1077 1077 1078 1078 $i++; 1079 $hidden_class = in_array($box['id'], $hidden) ? ' hide-if-js' : ''; 1079 // get_hidden_meta_boxes() doesn't apply in the block editor. 1080 $hidden_class = ( ! $screen->is_block_editor() && in_array( $box['id'], $hidden ) ) ? ' hide-if-js' : ''; 1080 1081 echo '<div id="' . $box['id'] . '" class="postbox ' . postbox_classes($box['id'], $page) . $hidden_class . '" ' . '>' . "\n"; 1081 1082 if ( 'dashboard_browser_nag' != $box['id'] ) {
Note: See TracChangeset
for help on using the changeset viewer.