We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08b62d commit f21f1f4Copy full SHA for f21f1f4
src/ableplayer.php
@@ -317,11 +317,11 @@ function able_player_parameters() {
317
),
318
'vimeo-id' => array(
319
'default' => '',
320
- 'description' => __( 'ID of a video on Vimeo.', 'ableplayer' ),
+ 'description' => __( 'ID or URL of a video on Vimeo.', 'ableplayer' ),
321
322
'vimeo-desc-id' => array(
323
324
- 'description' => __( 'ID of an alternate described version of a video on Vimeo', 'ableplayer' ),
+ 'description' => __( 'ID or URL of an alternate described version of a video on Vimeo', 'ableplayer' ),
325
326
'width' => array(
327
0 commit comments