Make WordPress Core


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

Taxonomy: Update @since annotations for meta_box_sanitize_cb arg.

Introduced in [42211].

Fixes #36514.

File:
1 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.
Note: See TracChangeset for help on using the changeset viewer.