Changeset 13052 for trunk/wp-includes/post.php
- Timestamp:
- 02/10/2010 10:36:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r13050 r13052 87 87 register_post_status( 'trash', array( 'label' => _x('Trash', 'post'), 88 88 'public' => true, 89 'exclude_from_search' => true, 89 90 '_builtin' => true, 90 91 'label_count' => _n_noop('Trash <span class="count">(%s)</span>', 'Trash <span class="count">(%s)</span>') … … 93 94 register_post_status( 'auto-draft', array( 'label' => _x('Auto-Draft', 'post'), 94 95 'public' => false, 96 'exclude_from_search' => true, 95 97 '_builtin' => true, 96 98 'label_count' => _n_noop('Auto-Draft <span class="count">(%s)</span>', 'Auto-Drafts <span class="count">(%s)</span>')
Note: See TracChangeset
for help on using the changeset viewer.