From 481e055db2ea5926c1da716246ed3f9b3cf916e9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 25 Aug 2017 19:26:03 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/class-wp-screen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-screen.php b/src/wp-admin/includes/class-wp-screen.php index 350d5d580c..0146b56cbf 100644 --- a/src/wp-admin/includes/class-wp-screen.php +++ b/src/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 );