Changeset 44519
- Timestamp:
- 01/09/2019 03:10:17 PM (6 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r44367 r44519 1995 1995 * Sanitizes POST values from a checkbox taxonomy metabox. 1996 1996 * 1997 * @since 5. 0.01997 * @since 5.1.0 1998 1998 * 1999 1999 * @param mixed $terms Raw term data from the 'tax_input' field. … … 2007 2007 * Sanitizes POST values from an input taxonomy metabox. 2008 2008 * 2009 * @since 5. 0.02009 * @since 5.1.0 2010 2010 * 2011 2011 * @param mixed $terms Raw term data from the 'tax_input' field. -
trunk/src/wp-includes/class-wp-taxonomy.php
r43571 r44519 131 131 * The callback function for sanitizing taxonomy data saved from a meta box. 132 132 * 133 * @since 5. 0.0133 * @since 5.1.0 134 134 * @var callable 135 135 */ -
trunk/src/wp-includes/taxonomy.php
r44447 r44519 334 334 * @since 4.7.0 Introduced `show_in_rest`, 'rest_base' and 'rest_controller_class' 335 335 * 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. 337 337 * 338 338 * @global array $wp_taxonomies Registered taxonomies.
Note: See TracChangeset
for help on using the changeset viewer.