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

Props birgire.
Fixes #41730.

git-svn-id: https://develop.svn.wordpress.org/trunk@41317 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-08-25 19:26:03 +00:00
parent a794678af4
commit 481e055db2

View File

@ -1197,7 +1197,7 @@ final class WP_Screen {
* @since 4.4.0 * @since 4.4.0
* *
* @param array $view_mode_post_types Array of post types that can change view modes. * @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_mode_post_types = apply_filters( 'view_mode_post_types', $view_mode_post_types );