Changeset 5310
- Timestamp:
- 04/10/2017 09:09:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-contributors.php
r5309 r5310 28 28 public function widget( $args, $instance ) { 29 29 $post = get_post(); 30 $contributors = get_the_terms( 2, 'plugin_contributors' );30 $contributors = get_the_terms( $post, 'plugin_contributors' ); 31 31 32 32 if ( $contributors ) {
Note: See TracChangeset
for help on using the changeset viewer.