diff --git a/wp-admin/includes/class-wp-screen.php b/wp-admin/includes/class-wp-screen.php index d55c536c52..4bb5995e7f 100644 --- a/wp-admin/includes/class-wp-screen.php +++ b/wp-admin/includes/class-wp-screen.php @@ -1003,7 +1003,7 @@ final class WP_Screen { if ( 'post' === $this->base ) { $expand = '
'; $this->_screen_settings = $expand; } @@ -1134,7 +1134,7 @@ final class WP_Screen { } } echo '\n"; } ?> @@ -1183,7 +1183,7 @@ final class WP_Screen { $id = "$column-hide"; echo '\n"; } ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 49a43d2b98..cc6957d02f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-beta1-59940'; +$wp_version = '6.8-beta1-59941'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.