Changeset 32737
- Timestamp:
- 06/12/2015 06:44:50 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r32725 r32737 482 482 483 483 if ( $taxonomy ) { 484 if ( $terms = get_the_terms( $post->ID, $taxonomy ) ) { 484 $terms = get_the_terms( $post->ID, $taxonomy ); 485 if ( is_array( $terms ) ) { 485 486 $out = array(); 486 487 foreach ( $terms as $t ) {
Note: See TracChangeset
for help on using the changeset viewer.