Changeset 3509
- Timestamp:
- 06/20/2016 04:21:58 PM (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
r3500 r3509 166 166 update_post_meta( $plugin->ID, 'assets_banners', wp_slash( $assets['banner'] ) ); 167 167 update_post_meta( $plugin->ID, 'last_updated', wp_slash( $plugin->post_modified_gmt ) ); 168 update_post_meta( $plugin->ID, 'plugin_status', wp_slash( $plugin->post_status ) ); 168 169 169 170 // Calculate the 'plugin color' from the average color of the banner if provided. This is used for fallback icons.
Note: See TracChangeset
for help on using the changeset viewer.