Skip to content

Commit

Permalink
Remove the wpmovies namespace in movie-tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
michalczaplinski committed Apr 2, 2024
1 parent 6d752de commit 983dc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/interactive/movie-tabs/render.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class="wpmovies-tab-button"
$video_id = substr( $video['url'], strpos( $video['url'], '?v=' ) + 3 );
?>
<div class="wpmovies-tabs-video-wrapper" data-wp-context='{ "videoId": "<?php echo $video_id; ?>" }'>
<div data-wp-on--click="actions.wpmovies.setVideo" aria-controls="wp-movies-video-player">
<div data-wp-on--click="actions.setVideo" aria-controls="wp-movies-video-player">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#ffffff" class="play-icon">
<path d="M3 22v-20l18 10-18 10z" />
</svg>
Expand Down

0 comments on commit 983dc8f

Please sign in to comment.