mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01:00
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:
parent
c7cc7c44fe
commit
fd19ba9cde
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user