diff --git a/wp-admin/includes/class-wp-screen.php b/wp-admin/includes/class-wp-screen.php index 350d5d580c..0146b56cbf 100644 --- a/wp-admin/includes/class-wp-screen.php +++ b/wp-admin/includes/class-wp-screen.php @@ -1197,7 +1197,7 @@ final class WP_Screen { * @since 4.4.0 * * @param array $view_mode_post_types Array of post types that can change view modes. - * Default hierarchical post types with show_ui on. + * Default non-hierarchical post types with show_ui on. */ $view_mode_post_types = apply_filters( 'view_mode_post_types', $view_mode_post_types ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 1fa5dfd09a..8eb8d4cf4c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41316'; +$wp_version = '4.9-alpha-41317'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.