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()
get( 'autoptimize_css_datauris' ) ? 'checked="checked" ' : ''; ?>/>
-
+
@@ -342,7 +342,7 @@ public function show_config()
get( 'autoptimize_css_inline' ) ? 'checked="checked" ' : ''; ?>/>
-
+
@@ -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()
get( 'autoptimize_cache_fallback' ) ? 'checked="checked" ' : ''; ?>/>
tags.
- printf( esc_html__( 'Sometimes Autoptimized JS/ CSS is referenced in cached HTML but is already removed, resulting in broken sites. With this option on, Autoptimize will try to redirect those not-found files to "fallback"-versions, keeping the page/ site somewhat intact. In some cases this will require extra web-server level configuration to ensure %1$swp-content/autoptimize_404_handler.php%2$s is set to handle 404\'s in %1$swp-content/cache/autoptimize%2$s.', 'autoptimize' ), '', '
' );
+ printf( esc_html__( 'Sometimes Autoptimized JS/ CSS is referenced in cached HTML but is already removed, resulting in broken sites. With this option on, Autoptimize will try to redirect those not-found files to "fallback"-versions, keeping the page/ site somewhat intact. In some cases, this will require extra web-server level configuration to ensure %1$swp-content/autoptimize_404_handler.php%2$s is set to handle 404\'s in %1$swp-content/cache/autoptimize%2$s.', 'autoptimize' ), '', '
' );
?>
get( 'autoptimize_optimize_logged' ) ? 'checked="checked" ' : ''; ?>/>
-
+
get( 'autoptimize_enable_meta_ao_settings' ) ? 'checked="checked" ' : ''; ?>/>
-
+
-
+
get( 'autoptimize_installed_before_compatibility' ) ? 'checked="checked" ' : ''; ?>/>
-
+
@@ -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;
}