Changeset 11474
- Timestamp:
- 01/25/2022 10:08:28 PM (3 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
r11306 r11474 424 424 } 425 425 426 // Populate the theme post.427 if ( ! $this->theme_post ) {428 $this->theme_post = $this->get_theme_post();429 }430 431 426 // Populate author. 432 427 if ( ! $this->author ) { … … 450 445 ) 451 446 ); 447 } 448 449 // Populate the theme post. 450 // Like it says above, the has_reserved_slug() function *must* run before this. 451 if ( ! $this->theme_post ) { 452 $this->theme_post = $this->get_theme_post(); 452 453 } 453 454
Note: See TracChangeset
for help on using the changeset viewer.