Changeset 42706 for trunk/src/wp-includes/media.php
- Timestamp:
- 02/12/2018 10:35:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r42705 r42706 1561 1561 } 1562 1562 1563 $id = $caption_id = $describedby = ''; 1564 1563 1565 if ( $atts['id'] ) { 1564 1566 $atts['id'] = sanitize_html_class( $atts['id'] ); … … 1571 1573 $atts['caption_id'] = 'caption-' . str_replace( '_', '-', $atts['id'] ); 1572 1574 } 1573 1574 $describedby = '';1575 1575 1576 1576 if ( $atts['caption_id'] ) {
Note: See TracChangeset
for help on using the changeset viewer.