Changeset 10240 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
- Timestamp:
- 09/08/2020 07:26:32 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
r10018 r10240 488 488 * if the uploading user doesn't have have the permission to view drafts. 489 489 */ 490 'post_status' => array( 'publish', 'pending', 'draft', 'future', 'trash', 'suspend' ),490 'post_status' => array( 'publish', 'pending', 'draft', 'future', 'trash', 'suspend', 'delist' ), 491 491 'suppress_filters' => false, 492 492 ) );
Note: See TracChangeset
for help on using the changeset viewer.