Skip to content

Commit 94f07d0

Browse files
selulabaicus
andauthored
Update inc/admin.php
Co-authored-by: Andrei Băicuș <[email protected]>
1 parent 04bc757 commit 94f07d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ public static function get_optimizer_script( $placeholder = true ) {
951951
'pageProfileId' => esc_js( Profile::PLACEHOLDER ),
952952
'_t' => esc_js( Profile::PLACEHOLDER_TIME ),
953953
'hmac' => esc_js( Profile::PLACEHOLDER_HMAC ),
954-
'bgSelectors' => arraY_values( Optml_Lazyload_Replacer::get_background_lazyload_selectors() ),
954+
'bgSelectors' => array_values( Optml_Lazyload_Replacer::get_background_lazyload_selectors() ),
955955
]
956956
) . ';
957957
</script>';

0 commit comments

Comments
 (0)