Changes between Initial Version and Version 1 of Ticket #38843, comment 13
- Timestamp:
- 01/24/2021 02:55:41 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38843, comment 13
initial v1 7 7 function ( $statuses, $taxonomy ) { 8 8 if ( 'category' === $taxonomy->name ) { 9 return array( 'future' );10 9 $statuses[] = 'draft'; 11 10 $statuses[] = 'future';