Skip to content

Commit 500ef9d

Browse files
committed
fix phpcs
1 parent 1bad803 commit 500ef9d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

inc/cleantalk-public.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,14 +1288,14 @@ function apbct_enqueue_and_localize_public_scripts()
12881288
// Bot detector
12891289
if ( $apbct->settings['data__bot_detector_enabled'] && ! apbct_bot_detector_scripts_exclusion()) {
12901290
wp_enqueue_script(
1291-
'ct_bot_detector',
1292-
'https://moderate.cleantalk.org/ct-bot-detector-wrapper.js',
1293-
[],
1294-
APBCT_VERSION,
1295-
array(
1296-
'in_footer' => $in_footer,
1297-
'strategy' => 'defer'
1298-
)
1291+
'ct_bot_detector',
1292+
'https://moderate.cleantalk.org/ct-bot-detector-wrapper.js',
1293+
[],
1294+
APBCT_VERSION,
1295+
array(
1296+
'in_footer' => $in_footer,
1297+
'strategy' => 'defer'
1298+
)
12991299
);
13001300
}
13011301

0 commit comments

Comments
 (0)