Changeset 38309
- Timestamp:
- 08/22/2016 08:52:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r38303 r38309 1566 1566 1567 1567 $style = ''; 1568 if ( $caption_width ) 1568 if ( $caption_width ) { 1569 1569 $style = 'style="width: ' . (int) $caption_width . 'px" '; 1570 1571 $html = ''; 1570 } 1571 1572 1572 if ( $html5 ) { 1573 1573 $html = '<figure ' . $atts['id'] . $style . 'class="' . esc_attr( $class ) . '">'
Note: See TracChangeset
for help on using the changeset viewer.