Changeset 3896
- Timestamp:
- 09/01/2016 01:28:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r3578 r3896 194 194 // Finally, set the new version live. 195 195 update_post_meta( $plugin->ID, 'stable_tag', $stable_tag ); 196 197 // Update Jetpack Search198 \Jetpack::$instance->sync->register_post( $plugin->ID );199 196 } 200 197
Note: See TracChangeset
for help on using the changeset viewer.