Changeset 13018
- Timestamp:
- 12/06/2023 05:30:15 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r13016 r13018 354 354 355 355 // Store the content of blueprint files, if they're available and valid. 356 if ( isset( $assets['blueprint'] ) ) {356 if ( isset( $assets['blueprint'] ) && count( $assets['blueprint'] ) > 0 ) { 357 357 update_post_meta( $plugin->ID, 'assets_blueprints', wp_slash( $assets['blueprint'] ) ); 358 358 } else {
Note: See TracChangeset
for help on using the changeset viewer.