updated plugin W3 Total Cache version 2.5.0

This commit is contained in:
2023-10-22 22:21:26 +00:00
committed by Gitium
parent 2f6b5b6047
commit 9e3fa792d7
255 changed files with 10113 additions and 23010 deletions

View File

@ -14,7 +14,7 @@ $is_wp_google_map_plugin = ( in_array( 'wp-google-map-plugin/wp-google-map-plugi
$is_google_maps_easy = ( in_array( 'google-maps-easy/gmp.php', $plugins, true ) );
?>
<?php Util_Ui::postbox_header( esc_html__( 'Lazy Loading', 'w3-total-cache' ), '', 'application' ); ?>
<?php Util_Ui::postbox_header( esc_html__( 'Lazy Loading', 'w3-total-cache' ), '', 'lazy-loading' ); ?>
<table class="form-table">
<?php
Util_Ui::config_item(
@ -108,7 +108,7 @@ $is_google_maps_easy = ( in_array( 'google-maps-easy/gmp.php', $plugins, tru
?>
</table>
<table class="<?php echo esc_attr( Util_Ui::table_class() ); ?>">
<table class="form-table">
<tr>
<th><?php esc_html_e( 'Google Maps', 'w3-total-cache' ); ?></th>
<td>
@ -211,8 +211,5 @@ $is_google_maps_easy = ( in_array( 'google-maps-easy/gmp.php', $plugins, tru
</td>
</tr>
</table>
<p class="submit">
<?php Util_Ui::button_config_save( 'lazyload' ); ?>
</p>
<?php Util_Ui::postbox_footer(); ?>