diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index e4d09e5a83..e0685d9058 100644 --- a/src/wp-includes/post.php +++ b/src/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.