You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/inc/settings.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -339,10 +339,10 @@ function ableplayer_settings_form() {
339
339
<?php
340
340
ableplayer_settings_field(
341
341
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' ),
0 commit comments