Skip to content

Commit 1bad803

Browse files
committed
fix phpcs
1 parent f5e8b58 commit 1bad803

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

inc/cleantalk-public.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,15 +1287,15 @@ function apbct_enqueue_and_localize_public_scripts()
12871287

12881288
// Bot detector
12891289
if ( $apbct->settings['data__bot_detector_enabled'] && ! apbct_bot_detector_scripts_exclusion()) {
1290-
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-
)
1290+
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+
)
12991299
);
13001300
}
13011301

0 commit comments

Comments
 (0)