Changeset 13049 for trunk/wp-includes/post.php
- Timestamp:
- 02/10/2010 08:37:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r13044 r13049 712 712 * 713 713 * label - A descriptive name for the post type marked for translation. Defaults to $post_type. 714 * description - A short descriptive summary of what the post type is. Defaults to blank. 714 * description - A short descriptive summary of what the post type is. Defaults to blank. 715 715 * public - Whether posts of this type should be shown in the admin UI. Defaults to false. 716 716 * exclude_from_search - Whether to exclude posts with this post type from search results. Defaults to true if the type is not public, false if the type is public.
Note: See TracChangeset
for help on using the changeset viewer.