diff --git a/inc/pantheon-page-cache.php b/inc/pantheon-page-cache.php index fdd73be..70a9eb2 100644 --- a/inc/pantheon-page-cache.php +++ b/inc/pantheon-page-cache.php @@ -229,7 +229,7 @@ public function default_ttl_field() { $disabled = ( has_filter( 'pantheon_cache_default_max_age' ) ) ? ' disabled' : ''; echo '

' . esc_html__( 'Default Max Age', 'pantheon-cache' ) . '

'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo '

' . esc_html__( 'Maximum time a cached page will be served. A higher max-age typically improves site performance.', 'pantheon-cache' ) . '

'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped - echo ' ' . esc_html__( 'seconds', 'pantheon-cache' ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + echo ' ' . esc_html__( 'seconds', 'pantheon-cache' ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped // Display a message if the setting is disabled. if ( $disabled ) {