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 ca4a1c7 commit f065ce6Copy full SHA for f065ce6
plugins/optimization-detective/optimization.php
@@ -122,7 +122,7 @@ function od_print_disabled_reasons( array $reasons ): void {
122
wp_print_inline_script_tag(
123
sprintf(
124
'console.info( %s );',
125
- (string) wp_json_encode( '[Optimization Detective] ' . $reason )
+ wp_json_encode( '[Optimization Detective] ' . $reason )
126
),
127
array( 'type' => 'module' )
128
);
0 commit comments