Changeset 34353
- Timestamp:
- 09/20/2015 09:04:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-functions.php
r34255 r34353 877 877 * 878 878 * @since 2.9.0 879 * @since 3.0.0 The `show_ui` argument is now enforced on the new post screen. 880 * @since 4.4.0 The `show_ui` argument is now enforced on the post type listing screen and post editing screen. 879 881 * 880 882 * @global array $wp_post_types List of post types. … … 908 910 * * ?{post_type_query_var}={single_post_slug} 909 911 * If not set, the default is inherited from $public. 910 * @type bool $show_ui Whether to generate a defaultUI for managing this post type in the912 * @type bool $show_ui Whether to generate and allow a UI for managing this post type in the 911 913 * admin. Default is value of $public. 912 914 * @type bool $show_in_menu Where to show the post type in the admin menu. To work, $show_ui
Note: See TracChangeset
for help on using the changeset viewer.