diff --git a/wp-includes/post-functions.php b/wp-includes/post-functions.php index f662691270..1d6b328819 100644 --- a/wp-includes/post-functions.php +++ b/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/wp-includes/taxonomy-functions.php b/wp-includes/taxonomy-functions.php index 9c0425b015..706caf1bf6 100644 --- a/wp-includes/taxonomy-functions.php +++ b/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.