Make WordPress Core


Ignore:
Timestamp:
12/28/2018 06:03:06 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Taxonomy: Fix typo in taxonomy_meta_box_sanitize_cb_checkboxes() argument name.

Props itowhid06.
Fixes #45756.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/post.php

    r44338 r44367  
    20002000 * @return array
    20012001 */
    2002 function taxonomy_meta_box_sanitize_cb_checkboxes( $taxonmy, $terms ) {
     2002function taxonomy_meta_box_sanitize_cb_checkboxes( $taxonomy, $terms ) {
    20032003    return array_map( 'intval', $terms );
    20042004}
Note: See TracChangeset for help on using the changeset viewer.