Posts, Post Types: Add a `@since` entry for `archives` post type label introduced in [35382].

See #16075.

git-svn-id: https://develop.svn.wordpress.org/trunk@39666 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
SergeyBiryukov 2017-01-04 08:20:14 +00:00
parent 298b0d0676
commit 0f6f7f207d
1 changed files with 1 additions and 1 deletions

View File

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