Changeset 22783 for trunk/wp-includes/media.php
- Timestamp:
- 11/21/2012 06:53:00 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r22770 r22783 1294 1294 1295 1295 if ( function_exists('get_compat_media_markup') ) 1296 $response['compat'] = get_compat_media_markup( $attachment->ID );1296 $response['compat'] = get_compat_media_markup( $attachment->ID, array( 'taxonomies' => true ) ); 1297 1297 1298 1298 return apply_filters( 'wp_prepare_attachment_for_js', $response, $attachment, $meta );
Note: See TracChangeset
for help on using the changeset viewer.