Skip to content

Commit 9fc1ad0

Browse files
committed
deploy: 4be7f1d
1 parent 7187349 commit 9fc1ad0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ableplayer.php.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,15 @@
146146
'heading' => array(
147147
'default' => '',
148148
'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' ),
149-
'options' => array( 'h1' => '1', 'h2' => '2', 'h3' => '3', 'h4' => '4', 'h5' => '5', 'h6' => '6', 'Omit' => '0' ),
149+
'options' => array(
150+
'h1' => '1',
151+
'h2' => '2',
152+
'h3' => '3',
153+
'h4' => '4',
154+
'h5' => '5',
155+
'h6' => '6',
156+
'Omit' => '0'
157+
),
150158
),
151159
'height' => array(
152160
'default' => '',

ableplayer_parameters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h5>Parameters:</h5>
134134

135135
<dt class="tag-source">Source:</dt>
136136
<dd class="tag-source"><ul class="dummy"><li>
137-
<a href="ableplayer.php.html">ableplayer.php</a>, <a href="ableplayer.php.html#line287">line 287</a>
137+
<a href="ableplayer.php.html">ableplayer.php</a>, <a href="ableplayer.php.html#line295">line 295</a>
138138
</li></ul></dd>
139139

140140

0 commit comments

Comments
 (0)