Changeset 24118 for trunk/wp-includes/media.php
- Timestamp:
- 04/28/2013 06:36:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r24093 r24118 2451 2451 // wrap image in <a> 2452 2452 if ( ! empty( $meta['url'] ) ) 2453 $image = sprint ( $link_fmt, $image );2453 $image = sprintf( $link_fmt, $image ); 2454 2454 } elseif ( has_shortcode( $meta['image'], 'caption' ) ) { 2455 2455 // wrap <img> in <a>
Note: See TracChangeset
for help on using the changeset viewer.