Make WordPress Core

Ticket #45756: 45756_2.diff

File 45756_2.diff, 500 bytes (added by faisal03, 5 years ago)
  • src/wp-admin/includes/post.php

     
    19991999 * @param mixed $terms Raw term data from the 'tax_input' field.
    20002000 * @return array
    20012001 */
    2002 function taxonomy_meta_box_sanitize_cb_checkboxes( $taxonmy, $terms ) {
     2002function taxonomy_meta_box_sanitize_cb_checkboxes( $terms ) {
    20032003        return array_map( 'intval', $terms );
    20042004}
    20052005