Changeset 10570 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
- Timestamp:
- 01/12/2021 01:45:56 AM (5 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
r10569 r10570 855 855 ) ); 856 856 857 $theme_is_older_than_two_years = strtotime( $this->theme_post->post_modified ) < strtotime( '-2 years');857 $theme_is_older_than_two_years = $this->theme_post && ( strtotime( $this->theme_post->post_modified ) < strtotime( '-2 years' ) ); 858 858 859 859 // Theme review team auto-approves theme-updates, so mark the theme as live immediately, if last updated within two years.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)