Ticket #24134: 24134.diff
| File 24134.diff, 566 bytes (added by , 13 years ago) |
|---|
-
wp-includes/media.php
1040 1040 $html .= wp_mediaelement_fallback( $fileurl, $width, $height ); 1041 1041 $html .= '</video>'; 1042 1042 1043 $html = sprintf( '<div style="width: %dpx; max-width: 100%%;">%s</div>', $width, $html ); 1043 1044 return apply_filters( 'wp_video_shortcode', $html, $atts, $video, $post_id ); 1044 1045 } 1045 1046 add_shortcode( 'video', apply_filters( 'wp_video_shortcode_handler', 'wp_video_shortcode' ) );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)