From 0f6f7f207d76fcc32b1851bb8a4329c2ea927b60 Mon Sep 17 00:00:00 2001 From: SergeyBiryukov Date: Wed, 4 Jan 2017 08:20:14 +0000 Subject: [PATCH] Posts, Post Types: Add a `@since` entry for `archives` post type label introduced in [35382]. See #16075. git-svn-id: https://develop.svn.wordpress.org/trunk@39666 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index e4d09e5a83..e0685d9058 100644 --- a/src/wp-includes/post.php +++ b/src/wp-includes/post.php @@ -1355,7 +1355,7 @@ function _post_type_meta_capabilities( $capabilities = null ) { * @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.4.0 Added the `insert_into_item`, `uploaded_to_this_item`, `filter_items_list`, + * @since 4.4.0 Added the `archives`, `insert_into_item`, `uploaded_to_this_item`, `filter_items_list`, * `items_list_navigation`, and `items_list` labels. * @since 4.6.0 Converted the `$post_type` parameter to accept a WP_Post_Type object. * @since 4.7.0 Added the `view_items` and `attributes` labels.