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
This commit is contained in:
Sergey Biryukov 2015-10-23 16:53:29 +00:00
parent c7cc7c44fe
commit fd19ba9cde
2 changed files with 3 additions and 1 deletions

View File

@ -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
*

View File

@ -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.