Changeset 4727 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
- Timestamp:
- 01/19/2017 04:33:23 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r4657 r4727 4 4 use WordPressdotorg\Plugin_Directory\Readme\Parser; 5 5 use WordPressdotorg\Plugin_Directory\Template; 6 use WordPressdotorg\Plugin_Directory\Jobs\API_Update_Updater; 6 7 use WordPressdotorg\Plugin_Directory\Tools; 7 8 use WordPressdotorg\Plugin_Directory\Tools\Filesystem; … … 193 194 // Finally, set the new version live. 194 195 update_post_meta( $plugin->ID, 'stable_tag', $stable_tag ); 196 197 // Ensure that the API gets the updated data 198 API_Update_Updater::update_single_plugin( $plugin->post_name ); 195 199 196 200 return true;
Note: See TracChangeset
for help on using the changeset viewer.