From fd19ba9cded13aa4e2307f7a9001d1dc5d016912 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 23 Oct 2015 16:53:29 +0000 Subject: [PATCH] After [34891] and [35376], add new labels to changelog entries. Props afercia. Fixes #32147. git-svn-id: https://develop.svn.wordpress.org/trunk@35377 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post-functions.php | 3 ++- src/wp-includes/taxonomy-functions.php | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/post-functions.php b/src/wp-includes/post-functions.php index f662691270..1d6b328819 100644 --- a/src/wp-includes/post-functions.php +++ b/src/wp-includes/post-functions.php @@ -1340,7 +1340,8 @@ 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` and `uploaded_to_this_item` labels. + * @since 4.4.0 Added the `insert_into_item`, `uploaded_to_this_item`, `filter_items_list`, + * `items_list_navigation`, and `items_list` labels. * * @access private * diff --git a/src/wp-includes/taxonomy-functions.php b/src/wp-includes/taxonomy-functions.php index 9c0425b015..706caf1bf6 100644 --- a/src/wp-includes/taxonomy-functions.php +++ b/src/wp-includes/taxonomy-functions.php @@ -503,6 +503,7 @@ function register_taxonomy( $taxonomy, $object_type, $args = array() ) { * * @since 3.0.0 * @since 4.3.0 Added the `no_terms` label. + * @since 4.4.0 Added the `items_list_navigation` and `items_list` labels. * * @param object $tax Taxonomy object. * @return object object with all the labels as member variables.