Changeset 38292 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 08/20/2016 05:34:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r38277 r38292 182 182 if ( is_object($object) ) { 183 183 if ( $object->post_type == 'attachment' ) 184 return get_attachment_taxonomies( $object);184 return get_attachment_taxonomies( $object, $output ); 185 185 $object = $object->post_type; 186 186 }
Note: See TracChangeset
for help on using the changeset viewer.