Changeset 13335 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
- Timestamp:
- 03/14/2024 05:40:44 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r13234 r13335 391 391 } else { 392 392 delete_post_meta( $plugin->ID, 'assets_blueprints' ); 393 // TODO: maybe if ( $touches_stable_tag )? 394 add_post_meta( $plugin->ID, '_missing_blueprint_notice', 1, true ); 393 395 } 394 396
Note: See TracChangeset
for help on using the changeset viewer.