Skip to content

Commit f21f1f4

Browse files
committed
Update ableplayer.php
1 parent d08b62d commit f21f1f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ableplayer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,11 @@ function able_player_parameters() {
317317
),
318318
'vimeo-id' => array(
319319
'default' => '',
320-
'description' => __( 'ID of a video on Vimeo.', 'ableplayer' ),
320+
'description' => __( 'ID or URL of a video on Vimeo.', 'ableplayer' ),
321321
),
322322
'vimeo-desc-id' => array(
323323
'default' => '',
324-
'description' => __( 'ID of an alternate described version of a video on Vimeo', 'ableplayer' ),
324+
'description' => __( 'ID or URL of an alternate described version of a video on Vimeo', 'ableplayer' ),
325325
),
326326
'width' => array(
327327
'default' => '',

0 commit comments

Comments
 (0)