diff --git a/wp-admin/includes/class-wp-screen.php b/wp-admin/includes/class-wp-screen.php index 7d08b2ae4b..8084802c7c 100644 --- a/wp-admin/includes/class-wp-screen.php +++ b/wp-admin/includes/class-wp-screen.php @@ -8,10 +8,9 @@ */ /** - * A class representing the admin screen. + * Core class used to implement an admin screen API. * * @since 3.3.0 - * @access public */ final class WP_Screen { /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 3ffa579170..35f368e193 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34421'; +$wp_version = '4.4-alpha-34422'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.