Making WordPress.org

Changeset 8976


Ignore:
Timestamp:
06/20/2019 03:13:56 PM (5 years ago)
Author:
dd32
Message:

Plugin Directory: Import Tide data for plugins after commits.

See #4309.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php

    r8893 r8976  
    44use Exception;
    55use WordPressdotorg\Plugin_Directory\Jobs\API_Update_Updater;
     6use WordPressdotorg\Plugin_Directory\Jobs\Tide_Sync;
    67use WordPressdotorg\Plugin_Directory\Plugin_Directory;
    78use WordPressdotorg\Plugin_Directory\Readme\Parser;
     
    186187        // Ensure that the API gets the updated data
    187188        API_Update_Updater::update_single_plugin( $plugin->post_name );
     189
     190        // Import Tide data
     191        Tide_Sync::sync_data( $plugin->post_name );
    188192
    189193        return true;
Note: See TracChangeset for help on using the changeset viewer.