mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Remove instances of the “eg.” abbreviation in favor of “example” or “for example”.
See #53330. git-svn-id: https://develop.svn.wordpress.org/trunk@52215 602fd350-edb4-49c9-b593-d223f7449a82
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