Changeset 3578 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
- Timestamp:
- 06/26/2016 09:58:21 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
r3527 r3578 142 142 wp_set_post_terms( $plugin->ID, Tag_To_Category::map( $readme->tags ), 'plugin_category' ); 143 143 } 144 145 // Set tags from the readme 146 wp_set_post_terms( $plugin->ID, $readme->tags, 'plugin_tags' ); 144 147 145 148 if ( in_array( 'adopt-me', $readme->tags ) ) {
Note: See TracChangeset
for help on using the changeset viewer.