updated plugin W3 Total Cache
version 2.3.3
This commit is contained in:
@ -71,7 +71,7 @@ $engine = $config->get_string( array( 'fragmentcache', 'engine' ) );
|
||||
<ul>
|
||||
<?php
|
||||
foreach ( $registered_groups as $group => $descriptor ) :
|
||||
echo '<li>' . esc_html( $group ) . ' (' . esc_html( $descriptor['expiration'] ) . ' secs): ' . implode( ',', esc_html( $descriptor['actions'] ) ) . '</li>';
|
||||
echo '<li>' . esc_html( $group ) . ' (' . esc_html( $descriptor['expiration'] ) . ' secs): ' . esc_html( implode( ',', $descriptor['actions'] ) ) . '</li>';
|
||||
endforeach;
|
||||
?>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user