From 962db75ace52b66bec1af091a8e53086a552c712 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 4 Jan 2017 08:21:43 +0000 Subject: [PATCH] Posts, Post Types: Add a `@since` entry for `archives` post type label introduced in [35382]. See #16075. Built from https://develop.svn.wordpress.org/trunk@39666 git-svn-id: http://core.svn.wordpress.org/trunk@39606 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/post.php b/wp-includes/post.php index e4d09e5a83..e0685d9058 100644 --- a/wp-includes/post.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index d042a6f93d..257f0cf624 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39665'; +$wp_version = '4.8-alpha-39666'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.