Skip to content

Commit 4be7f1d

Browse files
committed
Update ableplayer.php
1 parent 0fff8b2 commit 4be7f1d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/ableplayer.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,15 @@ function able_player_parameters() {
120120
'heading' => array(
121121
'default' => '',
122122
'description' => __( 'Able Player injects an off-screen HTML heading “Media Player” at the top of the player so screen reader users can easily find the player. It automatically assigns a heading level that is one level deeper than the closest parent heading. This attribute can be used to manually set the heading level.', 'ableplayer' ),
123-
'options' => array( 'h1' => '1', 'h2' => '2', 'h3' => '3', 'h4' => '4', 'h5' => '5', 'h6' => '6', 'Omit' => '0' ),
123+
'options' => array(
124+
'h1' => '1',
125+
'h2' => '2',
126+
'h3' => '3',
127+
'h4' => '4',
128+
'h5' => '5',
129+
'h6' => '6',
130+
'Omit' => '0'
131+
),
124132
),
125133
'height' => array(
126134
'default' => '',

0 commit comments

Comments
 (0)