From 4274e7fe7eb6528549b6fe067540e8189379205c Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 21:48:44 +0000 Subject: [PATCH] Wrap a long changelog entry description in the DocBlock for `get_post_type_labels()`. See [32673]. See #32891. git-svn-id: https://develop.svn.wordpress.org/trunk@33234 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index 6c58c853ef..cd54a34324 100644 --- a/src/wp-includes/post.php +++ b/src/wp-includes/post.php @@ -1635,7 +1635,8 @@ function _post_type_meta_capabilities( $capabilities = null ) { * and the second one is for hierarchical post types (like pages). * * @since 3.0.0 - * @since 4.3.0 Added the `featured_image`, `set_featured_image`, `remove_featured_image`, and `use_featured_image` labels. + * @since 4.3.0 Added the `featured_image`, `set_featured_image`, `remove_featured_image`, + * and `use_featured_image` labels. * @access private * * @param object $post_type_object Post type object.