updated plugin W3 Total Cache
version 2.5.0
This commit is contained in:
@ -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(); ?>
|
||||
|
Reference in New Issue
Block a user