Skip to content

Commit

Permalink
Remove extra warning for Playlist experience
Browse files Browse the repository at this point in the history
  • Loading branch information
MARQAS committed Feb 20, 2024
1 parent ccd4006 commit f429f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/class-bc-templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ class="brightcove-datetime brightcove-end-date"
</div>
<# } #>

<# if( data.mediaType === 'playlists' || data.mediaType === 'playlistexperience' ) { #>
<# if( data.mediaType === 'playlists' ) { #>
<div class="notice notice-warning">
<p>
<?php esc_html_e( 'Please note that you can create new playlists only from Brightcove.', 'brightcove' ); ?>
Expand Down

0 comments on commit f429f15

Please sign in to comment.