diff --git a/src/wp-admin/includes/screen.php b/src/wp-admin/includes/screen.php index 21f16305b4..5b8e2f7112 100644 --- a/src/wp-admin/includes/screen.php +++ b/src/wp-admin/includes/screen.php @@ -1022,7 +1022,7 @@ final class WP_Screen { id ] ) || $this->get_option( 'per_page' ) - || $this->get_option( 'media_grid_title' ) + || $this->get_option( 'misc_screen_options' ) || ( $columns && empty( $columns['_title'] ) ) ) : ?>
@@ -1076,19 +1076,24 @@ final class WP_Screen { ?>