Make WordPress Core


Ignore:
Timestamp:
07/10/2016 12:55:21 AM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize references to "meta box" or "meta boxes" as two distinct words throughout core documentation per the core spelling guide.

See #32246.

File:
1 edited

Legend:

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

    r37985 r38029  
    476476    $wp_taxonomies[ $taxonomy ] = (object) $args;
    477477
    478     // register callback handling for metabox
     478    // Register callback handling for meta box.
    479479    add_filter( 'wp_ajax_add-' . $taxonomy, '_wp_ajax_add_hierarchical_term' );
    480480
     
    529529    }
    530530
    531     // Unregister callback handling for metabox.
     531    // Unregister callback handling for meta box.
    532532    remove_filter( 'wp_ajax_add-' . $taxonomy, '_wp_ajax_add_hierarchical_term' );
    533533
Note: See TracChangeset for help on using the changeset viewer.