Changeset 1114
- Timestamp:
- 01/09/2015 03:43:04 AM (10 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
r1111 r1114 191 191 192 192 // We know it's the correct author, now we can check if it's suspended. 193 if ( 'trash' === $this->theme_post->post_status ) {193 if ( ! empty( $this->theme_post ) && 'trash' === $this->theme_post->post_status ) { 194 194 $this->remove_files( $this->tmp_dir ); 195 195
Note: See TracChangeset
for help on using the changeset viewer.