Changeset 8976
- Timestamp:
- 06/20/2019 03:13:56 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r8893 r8976 4 4 use Exception; 5 5 use WordPressdotorg\Plugin_Directory\Jobs\API_Update_Updater; 6 use WordPressdotorg\Plugin_Directory\Jobs\Tide_Sync; 6 7 use WordPressdotorg\Plugin_Directory\Plugin_Directory; 7 8 use WordPressdotorg\Plugin_Directory\Readme\Parser; … … 186 187 // Ensure that the API gets the updated data 187 188 API_Update_Updater::update_single_plugin( $plugin->post_name ); 189 190 // Import Tide data 191 Tide_Sync::sync_data( $plugin->post_name ); 188 192 189 193 return true;
Note: See TracChangeset
for help on using the changeset viewer.