Make WordPress Core


Ignore:
Timestamp:
11/19/2021 02:42:04 PM (5 years ago)
Author:
desrosj
Message:

Docs: Remove instances of the “eg.” abbreviation in favor of “example” or “for example”.

See #53330.

File:
1 edited

Legend:

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

    r51965 r52215  
    118118         *
    119119         * To work, $show_ui must be true. If true, the post type is shown in its own top level menu. If false, no menu is
    120          * shown. If a string of an existing top level menu (eg. 'tools.php' or 'edit.php?post_type=page'), the post type
    121          * will be placed as a sub-menu of that.
     120         * shown. If a string of an existing top level menu ('tools.php' or 'edit.php?post_type=page', for example), the
     121         * post type will be placed as a sub-menu of that.
    122122         *
    123123         * Default is the value of $show_ui.
Note: See TracChangeset for help on using the changeset viewer.