Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
enejb committed Sep 19, 2024
1 parent 0130272 commit dd12722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/packages/videopress/src/class-initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public static function render_videopress_video_block( $block_attributes, $conten
$videopress_url = wp_kses_post( $videopress_url );
$oembed_html = apply_filters( 'video_embed_html', $wp_embed->shortcode( array(), $videopress_url ) );
$video_wrapper = sprintf(
'<div class="%1$s" id="%2$s">%3$s %5$s</div>',
'<div class="%1$s" id="%2$s">%3$s %4$s</div>',
$video_wrapper_classes,
esc_attr( get_videopress_html_id( $guid )[0] ),
$preview_on_hover,
Expand Down

0 comments on commit dd12722

Please sign in to comment.