Skip to content

Commit 23aea22

Browse files
committed
Remove doing_it_wrong; this plugin has never had the previous version.
1 parent 4d8f430 commit 23aea22

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/inc/settings.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,6 @@ function ableplayer_settings_field( $args = array() ) {
9393
$close = "</$el>";
9494
}
9595

96-
if ( is_string( $args ) ) {
97-
_doing_it_wrong(
98-
__FUNCTION__,
99-
esc_html__( 'Since My Calendar 3.4.0, these function arguments must be an array.', 'ableplayer' ),
100-
'3.4.0'
101-
);
102-
}
10396
$options = '';
10497
$attributes = '';
10598
$return = '';
@@ -301,7 +294,7 @@ function ableplayer_settings_form() {
301294
}
302295
?>
303296
<div class="wrap ableplayer-admin ableplayer-settings-page" id="ableplayer_settings">
304-
<h1><?php esc_html_e( 'My Calendar Settings', 'ableplayer' ); ?></h1>
297+
<h1><?php esc_html_e( 'Able Player Settings', 'ableplayer' ); ?></h1>
305298
<div class="ableplayer-tabs">
306299
<div class="tabs" role="tablist" data-default="ableplayer-settings">
307300
<button type="button" role="tab" aria-selected="false" id="tab_settings" aria-controls="ableplayer-settings"><?php esc_html_e( 'Settings', 'ableplayer' ); ?></button>

0 commit comments

Comments
 (0)