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 70751e1 commit d9155b5Copy full SHA for d9155b5
output/html/overview.php
@@ -356,7 +356,7 @@ public function output() {
356
number_format_i18n( $cache_data->stats['cache_misses'], 0 )
357
) );
358
echo '</p>';
359
- } else {
+ } elseif ( $cache_data->has ) {
360
echo '<p><span class="qm-warn">';
361
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
362
echo QueryMonitor::icon( 'warning' );
0 commit comments