Make WordPress Core


Ignore:
Timestamp:
07/10/2016 12:55:21 AM (9 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/includes/nav-menu.php

    r37890 r38029  
    124124
    125125/**
    126  * Register nav menu metaboxes and advanced menu items
     126 * Register nav menu meta boxes and advanced menu items.
    127127 *
    128128 * @since 3.0.0
     
    179179
    180180/**
    181  * Creates metaboxes for any post type menu item.
     181 * Creates meta boxes for any post type menu item..
    182182 *
    183183 * @since 3.0.0
     
    213213
    214214/**
    215  * Creates metaboxes for any taxonomy menu item.
     215 * Creates meta boxes for any taxonomy menu item.
    216216 *
    217217 * @since 3.0.0
     
    253253
    254254/**
    255  * Displays a metabox for the custom links menu item.
     255 * Displays a meta box for the custom links menu item.
    256256 *
    257257 * @since 3.0.0
     
    290290
    291291/**
    292  * Displays a metabox for a post type menu item.
     292 * Displays a meta box for a post type menu item.
    293293 *
    294294 * @since 3.0.0
     
    569569
    570570/**
    571  * Displays a metabox for a taxonomy menu item.
     571 * Displays a meta box for a taxonomy menu item.
    572572 *
    573573 * @since 3.0.0
Note: See TracChangeset for help on using the changeset viewer.