Skip to content

Commit c5517c6

Browse files
committed
Update settings.php
1 parent 86d808c commit c5517c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/inc/settings.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,10 @@ function ableplayer_settings_form() {
339339
<?php
340340
ableplayer_settings_field(
341341
array(
342-
'name' => 'exclude_class',
343-
'label' => __( 'Exclude class from Able Player parsing', 'ableplayer' ),
344-
'note' => __( 'Disable Able Player on <code>video</code> or <code>audio</code> elements with this class or with a parent element with the class.', 'ableplayer' ),
345-
'type' => 'text',
342+
'name' => 'exclude_class',
343+
'label' => __( 'Exclude class from Able Player parsing', 'ableplayer' ),
344+
'note' => __( 'Disable Able Player on <code>video</code> or <code>audio</code> elements with this class or with a parent element with the class.', 'ableplayer' ),
345+
'type' => 'text',
346346
)
347347
);
348348
?>

0 commit comments

Comments
 (0)