Changeset 14526 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/rest-api/class-theme-preview.php
- Timestamp:
- 09/09/2025 04:54:51 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/rest-api/class-theme-preview.php
r14524 r14526 157 157 } 158 158 159 if ( empty( $theme_package->wp_post ) ) { 160 return new WP_Error( 'not_found', 'Theme not found.' ); 161 } 162 159 163 // Base blueprint. 160 164 $blueprint = [
Note: See TracChangeset
for help on using the changeset viewer.