diff --git a/classes/autoptimizeConfig.php b/classes/autoptimizeConfig.php index 9a98ae34..91798c36 100644 --- a/classes/autoptimizeConfig.php +++ b/classes/autoptimizeConfig.php @@ -284,7 +284,7 @@ public function show_config() - + @@ -309,7 +309,7 @@ public function show_config() + @@ -342,7 +342,7 @@ public function show_config() + @@ -445,7 +445,7 @@ public function show_config() $details = ', ~' . $ao_cache_size . ' total'; } // translators: Kilobytes + timestamp shown. - printf( esc_html__( '%1$s files, totalling %2$s (calculated at %3$s)', 'autoptimize' ), $ao_stat_arr[0], $ao_cache_size, wp_date( 'H:i', $ao_stat_arr[2] ) ); // phpcs:ignore WordPress.DateTime.RestrictedFunctions.date_date + printf( esc_html__( '%1$s files, totaling %2$s (calculated at %3$s)', 'autoptimize' ), $ao_stat_arr[0], $ao_cache_size, wp_date( 'H:i', $ao_stat_arr[2] ) ); // phpcs:ignore WordPress.DateTime.RestrictedFunctions.date_date } ?> @@ -477,14 +477,14 @@ public function show_config() + + - + + @@ -1101,7 +1101,7 @@ public static function get_post_meta_ao_settings( $optim ) { } else { // when in doubt "go" for optimization, but this should never happen? if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) { - error_log( 'AO metabox logic fallback; well, how did I get here? Maybe this helps: looking for ' . $optim . ' in ' . json_encode( $_meta_value ) ); + error_log( 'AO meta box logic fallback; well, how did I get here? Maybe this helps: looking for ' . $optim . ' in ' . json_encode( $_meta_value ) ); } return true; }