We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bc757 commit 94f07d0Copy full SHA for 94f07d0
inc/admin.php
@@ -951,7 +951,7 @@ public static function get_optimizer_script( $placeholder = true ) {
951
'pageProfileId' => esc_js( Profile::PLACEHOLDER ),
952
'_t' => esc_js( Profile::PLACEHOLDER_TIME ),
953
'hmac' => esc_js( Profile::PLACEHOLDER_HMAC ),
954
- 'bgSelectors' => arraY_values( Optml_Lazyload_Replacer::get_background_lazyload_selectors() ),
+ 'bgSelectors' => array_values( Optml_Lazyload_Replacer::get_background_lazyload_selectors() ),
955
]
956
) . ';
957
</script>';
0 commit comments