Ticket #45694: 45694.patch
| File 45694.patch, 522 bytes (added by , 8 years ago) |
|---|
-
src/wp-includes/media.php
1569 1569 $id = 'id="' . esc_attr( $atts['id'] ) . '" '; 1570 1570 } 1571 1571 1572 if ( $atts['caption_id']) {1572 if ( isset($atts['caption_id']) ) { 1573 1573 $atts['caption_id'] = sanitize_html_class( $atts['caption_id'] ); 1574 1574 } elseif ( $atts['id'] ) { 1575 1575 $atts['caption_id'] = 'caption-' . str_replace( '_', '-', $atts['id'] );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)