Changeset 3500
- Timestamp:
- 06/20/2016 01:08:28 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
r3477 r3500 165 165 update_post_meta( $plugin->ID, 'assets_icons', wp_slash( $assets['icon'] ) ); 166 166 update_post_meta( $plugin->ID, 'assets_banners', wp_slash( $assets['banner'] ) ); 167 update_post_meta( $plugin->ID, 'last_updated', wp_slash( $plugin->post_modified_gmt ) ); 167 168 168 169 // 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.