Parsed: 111175

function taxonomy_meta_box_sanitize_cb_checkboxes( $taxonomy, $terms ) {
  return array_map( 'intval', $terms );
}