Changeset 10105
- Timestamp:
- 07/30/2020 05:22:48 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r10079 r10105 10 10 use WordPressdotorg\Plugin_Directory\Template; 11 11 use WordPressdotorg\Plugin_Directory\Tools; 12 use WordPressdotorg\Plugin_Directory\Tools\Block_e2e; 12 13 use WordPressdotorg\Plugin_Directory\Tools\Filesystem; 13 14 use WordPressdotorg\Plugin_Directory\Tools\SVN; … … 231 232 // Import Tide data 232 233 Tide_Sync::sync_data( $plugin->post_name ); 234 235 // Run the Block Directory e2e tests if applicable. 236 if ( has_term( 'block', 'plugin_section', $plugin->ID ) ) { 237 Block_e2e::run( $plugin->post_name ); 238 } 233 239 234 240 return true;
Note: See TracChangeset
for help on using the changeset viewer.