Make WordPress Core

Changeset 44519


Ignore:
Timestamp:
01/09/2019 03:10:17 PM (5 years ago)
Author:
boonebgorges
Message:

Taxonomy: Update @since annotations for meta_box_sanitize_cb arg.

Introduced in [42211].

Fixes #36514.

Location:
trunk/src
Files:
3 edited

Legend:

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

    r44367 r44519  
    19951995 * Sanitizes POST values from a checkbox taxonomy metabox.
    19961996 *
    1997  * @since 5.0.0
     1997 * @since 5.1.0
    19981998 *
    19991999 * @param mixed $terms Raw term data from the 'tax_input' field.
     
    20072007 * Sanitizes POST values from an input taxonomy metabox.
    20082008 *
    2009  * @since 5.0.0
     2009 * @since 5.1.0
    20102010 *
    20112011 * @param mixed $terms Raw term data from the 'tax_input' field.
  • trunk/src/wp-includes/class-wp-taxonomy.php

    r43571 r44519  
    131131     * The callback function for sanitizing taxonomy data saved from a meta box.
    132132     *
    133      * @since 5.0.0
     133     * @since 5.1.0
    134134     * @var callable
    135135     */
  • trunk/src/wp-includes/taxonomy.php

    r44447 r44519  
    334334 * @since 4.7.0 Introduced `show_in_rest`, 'rest_base' and 'rest_controller_class'
    335335 *              arguments to register the Taxonomy in REST API.
    336  * @since 5.0.0 Introduced `meta_box_sanitize_cb` argument.
     336 * @since 5.1.0 Introduced `meta_box_sanitize_cb` argument.
    337337 *
    338338 * @global array $wp_taxonomies Registered taxonomies.
Note: See TracChangeset for help on using the changeset viewer.