Make WordPress Core

Changeset 39666


Ignore:
Timestamp:
01/04/2017 08:20:14 AM (8 years ago)
Author:
SergeyBiryukov
Message:

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

See #16075.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r39600 r39666  
    13561356 * @since 4.3.0 Added the `featured_image`, `set_featured_image`, `remove_featured_image`,
    13571357 *              and `use_featured_image` labels.
    1358  * @since 4.4.0 Added the `insert_into_item`, `uploaded_to_this_item`, `filter_items_list`,
     1358 * @since 4.4.0 Added the `archives`, `insert_into_item`, `uploaded_to_this_item`, `filter_items_list`,
    13591359 *              `items_list_navigation`, and `items_list` labels.
    13601360 * @since 4.6.0 Converted the `$post_type` parameter to accept a WP_Post_Type object.
Note: See TracChangeset for help on using the changeset viewer.