Changeset 44367 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 12/28/2018 06:03:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r44338 r44367 2000 2000 * @return array 2001 2001 */ 2002 function taxonomy_meta_box_sanitize_cb_checkboxes( $taxon my, $terms ) {2002 function taxonomy_meta_box_sanitize_cb_checkboxes( $taxonomy, $terms ) { 2003 2003 return array_map( 'intval', $terms ); 2004 2004 }
Note: See TracChangeset
for help on using the changeset viewer.