Docs: Remove instances of the “eg.” abbreviation in favor of “example” or “for example”.
See #53330. Built from https://develop.svn.wordpress.org/trunk@52215 git-svn-id: http://core.svn.wordpress.org/trunk@51807 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1561,8 +1561,8 @@ function get_post_types( $args = array(), $output = 'names', $operator = 'and' )
|
||||
* @type bool|string $show_in_menu Where to show the post type in the admin menu. 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 shown. If a string of an existing top
|
||||
* level menu (eg. 'tools.php' or 'edit.php?post_type=page'), the post
|
||||
* type will be placed as a sub-menu of that.
|
||||
* level menu ('tools.php' or 'edit.php?post_type=page', for example), the
|
||||
* post type will be placed as a sub-menu of that.
|
||||
* Default is value of $show_ui.
|
||||
* @type bool $show_in_nav_menus Makes this post type available for selection in navigation menus.
|
||||
* Default is value of $public.
|
||||
|
||||
Reference in New Issue
Block a user