Skip to content

Commit 0481110

Browse files
committed
deploy: 6ff3594
1 parent 34e5b2b commit 0481110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ableplayer.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
);
494494
// Switch locale to BCP47 syntax.
495495
$default_lang = str_replace( '_', '-', get_locale() );
496-
if ( $all_atts['captions'] || $all_atts['subtitles'] || $all_atts['description'] || $all_atts['chapters'] ) {
496+
if ( $all_atts['captions'] || $all_atts['subtitles'] || $all_atts['descriptions'] || $all_atts['chapters'] ) {
497497
foreach ( $kinds as $kind => $default_label ) {
498498
$track = '';
499499
if ( ! empty( $all_atts[ $kind ] ) ) {

0 commit comments

Comments
 (0)