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-admin/edit-form-advanced.php

    r37890 r38029  
    220220    $revisions = wp_get_post_revisions( $post_ID );
    221221
    222     // We should aim to show the revisions metabox only when there are revisions.
     222    // We should aim to show the revisions meta box only when there are revisions.
    223223    if ( count( $revisions ) > 1 ) {
    224224        reset( $revisions ); // Reset pointer for key()
Note: See TracChangeset for help on using the changeset viewer.