Skip to content

Commit 7187349

Browse files
committed
deploy: 0fff8b2
1 parent bdcd231 commit 7187349

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ableplayer.php.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
add_action( 'wp_enqueue_scripts', 'ableplayer_enqueue_scripts' );
112112

113113
/**
114-
* Self-documenting array of AblePlayer attributes.
114+
* Self-documenting array of AblePlayer attributes.
115115
*
116116
* @return array
117117
*/
@@ -216,7 +216,7 @@
216216
'default' => '',
217217
'description' => __( 'Allow keyboard shortcuts for controlling the player remotely within textarea form fields.', 'ableplayer' ),
218218
'options' => array( 'true' ),
219-
),
219+
),
220220
'start' => array(
221221
'default' => '',
222222
'description' => __( 'Time at which you want the media to start playing.', 'ableplayer' ),
@@ -225,16 +225,16 @@
225225
'transcript-div' => array(
226226
'default' => '',
227227
'description' => __( 'ID of a custom div in which to display an interactive transcript.', 'ableplayer' ),
228-
),
228+
),
229229
'transcript-src' => array(
230230
'default' => '',
231231
'description' => __( 'ID of an external div that contains a pre-existing manually coded transcript. Able Player will parse this transcript and interact with it during playback', 'ableplayer' ),
232-
),
232+
),
233233
'include-transcript' => array(
234234
'default' => '',
235235
'description' => __( 'Set to “false” to exclude transcript button from controller.', 'ableplayer' ),
236236
'options' => array( 'true' ),
237-
),
237+
),
238238
'transcript-title' => array(
239239
'default' => '',
240240
'description' => __( 'Override default transcript title (default is “Transcript”, or “Lyrics” if the data-lyrics-mode attribute is present)', 'ableplayer' ),
@@ -294,7 +294,7 @@
294294
'volume' => array(
295295
'default' => '7',
296296
'description' => __( 'Set the default volume from 0 to 10; default is 7 to avoid overpowering screen reader audio)', 'ableplayer' ),
297-
'options' => array( '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10' );
297+
'options' => array( '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10' ),
298298
),
299299
'youtube-id' => array(
300300
'default' => '',

0 commit comments

Comments
 (0)