Changeset 10635 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
- Timestamp:
- 02/03/2021 04:07:33 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
r10593 r10635 384 384 385 385 // Initiate a GitHub actions run for the theme. 386 $this->trigger_e2e_run( $ticket_id );386 // $this->trigger_e2e_run( $ticket_id ); 387 387 388 388 // Success! … … 555 555 * if the uploading user doesn't have have the permission to view drafts. 556 556 */ 557 'post_status' => array( 'publish', 'pending', 'draft', 'future', 'trash', 'suspend' ),557 'post_status' => array( 'publish', 'pending', 'draft', 'future', 'trash', 'suspend', 'delist' ), 558 558 'suppress_filters' => false, 559 559 ) );
Note: See TracChangeset
for help on using the changeset viewer.