Changeset 5317
- Timestamp:
- 04/11/2017 06:32:33 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r5316 r5317 92 92 if ( 'approved' === $plugin->post_status ) { 93 93 $plugin->post_status = 'publish'; 94 95 // The post date should be set to when the plugin is first set live. 96 $plugin->post_date = $plugin->post_date_gmt = current_time( 'mysql' ); 94 97 } 95 98
Note: See TracChangeset
for help on using the changeset viewer.