We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e19cb commit c259108Copy full SHA for c259108
src/ableplayer.php
@@ -335,11 +335,11 @@ function able_player_parameters() {
335
),
336
'youtube-id' => array(
337
'default' => '',
338
- 'description' => __( '11-character YouTube ID or a URL to a YouTube video page.', 'ableplayer' ),
+ 'description' => __( 'YouTube ID or a URL to a YouTube video page.', 'ableplayer' ),
339
340
'youtube-desc-id' => array(
341
342
- 'description' => __( '11-character YouTube ID of an alternative described version of a video.', 'ableplayer' ),
+ 'description' => __( 'YouTube ID or URL of an alternative described version of a video.', 'ableplayer' ),
343
344
'youtube-nocookie' => array(
345
0 commit comments