Changeset 47066 for trunk/src/wp-includes/post.php
- Timestamp:
- 01/13/2020 12:48:27 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r46985 r47066 1006 1006 * for translation. Defaults to value of $post_status. 1007 1007 * @type bool|array $label_count Descriptive text to use for nooped plurals. 1008 * Default array of $label, twice 1008 * Default array of $label, twice. 1009 1009 * @type bool $exclude_from_search Whether to exclude posts with this post status 1010 1010 * from search results. Default is value of $internal. … … 1022 1022 * queryable. Default is value of $public. 1023 1023 * @type bool $show_in_admin_all_list Whether to include posts in the edit listing for 1024 * their post type. Default is value of $internal. 1024 * their post type. Default is the opposite value 1025 * of $internal. 1025 1026 * @type bool $show_in_admin_status_list Show in the list of statuses with post counts at 1026 1027 * the top of the edit listings, 1027 1028 * e.g. All (12) | Published (9) | My Custom Status (2) 1028 * Default is value of $internal.1029 * Default is the opposite value of $internal. 1029 1030 * @type bool $date_floating Whether the post has a floating creation date. 1030 1031 * Default to false.
Note: See TracChangeset
for help on using the changeset viewer.