Docs: Correct description for view_mode_post_types filter added in [35357].

Props birgire.
Fixes #41730.
Built from https://develop.svn.wordpress.org/trunk@41317


git-svn-id: http://core.svn.wordpress.org/trunk@41148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-08-25 19:27:45 +00:00
parent 476377f64d
commit 00c88acb5e
2 changed files with 2 additions and 2 deletions

View File

@ -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 );

View File

@ -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.