Changeset 4278 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-developers.php
- Timestamp:
- 10/21/2016 05:57:46 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-developers.php
r4223 r4278 18 18 19 19 if ( $contributors = get_the_terms( $post->ID, 'plugin_contributors' ) ) { 20 $contributors = wp_list_pluck( $contributors, ' slug' );20 $contributors = wp_list_pluck( $contributors, 'name' ); 21 21 } else { 22 22 $contributors = array();
Note: See TracChangeset
for help on using the changeset viewer.