Changeset 22929 for trunk/wp-includes/media.php
- Timestamp:
- 11/29/2012 11:52:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r22920 r22929 1389 1389 1390 1390 if ( function_exists('get_compat_media_markup') ) 1391 $response['compat'] = get_compat_media_markup( $attachment->ID, array( 'taxonomies' => true ) );1391 $response['compat'] = get_compat_media_markup( $attachment->ID, array( 'taxonomies' => true, 'description' => true ) ); 1392 1392 1393 1393 return apply_filters( 'wp_prepare_attachment_for_js', $response, $attachment, $meta );
Note: See TracChangeset
for help on using the changeset viewer.