Changeset 1369 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
- Timestamp:
- 03/03/2015 07:15:25 AM (11 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
r1352 r1369 116 116 // reset the theme directory to be where the stylesheet is 117 117 $this->theme_dir = dirname( $style_css ); 118 118 119 119 // Let's check some theme headers, shall we? 120 120 … … 292 292 * if the uploading user doesn't have have the permission to view drafts. 293 293 */ 294 'post_status' => array( 'publish', 'pending', 'draft', 'future' ),294 'post_status' => array( 'publish', 'pending', 'draft', 'future', 'trash' ), 295 295 'suppress_filters' => false, 296 296 ) );
Note: See TracChangeset
for help on using the changeset viewer.