Make WordPress Core

Changeset 35377


Ignore:
Timestamp:
10/23/2015 04:53:29 PM (9 years ago)
Author:
SergeyBiryukov
Message:

After [34891] and [35376], add new labels to changelog entries.

Props afercia.
Fixes #32147.

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

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

    r35376 r35377  
    13411341 * @since 4.3.0 Added the `featured_image`, `set_featured_image`, `remove_featured_image`,
    13421342 *              and `use_featured_image` labels.
    1343  * @since 4.4.0 Added the `insert_into_item` and `uploaded_to_this_item` labels.
     1343 * @since 4.4.0 Added the `insert_into_item`, `uploaded_to_this_item`, `filter_items_list`,
     1344 *              `items_list_navigation`, and `items_list` labels.
    13441345 *
    13451346 * @access private
  • trunk/src/wp-includes/taxonomy-functions.php

    r35376 r35377  
    504504 * @since 3.0.0
    505505 * @since 4.3.0 Added the `no_terms` label.
     506 * @since 4.4.0 Added the `items_list_navigation` and `items_list` labels.
    506507 *
    507508 * @param object $tax Taxonomy object.
Note: See TracChangeset for help on using the changeset viewer.