diff --git a/src/wp-includes/media.php b/src/wp-includes/media.php index 14972380c8..183d7315cc 100644 --- a/src/wp-includes/media.php +++ b/src/wp-includes/media.php @@ -1148,7 +1148,7 @@ function wp_video_shortcode( $attr, $content = '' ) { $html .= wp_mediaelement_fallback( $fileurl ); $html .= ''; - $html = sprintf( '
%s
', $width, $html ); + $html = sprintf( '
%s
', $width, $html ); return apply_filters( 'wp_video_shortcode', $html, $atts, $video, $post_id, $library ); } add_shortcode( 'video', 'wp_video_shortcode' );