diff --git a/plugins/awaitingmoderation.php b/plugins/awaitingmoderation.php index 34b9887516e57..1c0df32bda2e9 100644 --- a/plugins/awaitingmoderation.php +++ b/plugins/awaitingmoderation.php @@ -42,7 +42,7 @@ function wp_supercache_awaitingmoderation_admin() { $status = __( "disabled" ); echo "
" . sprintf( __( "Awaiting Moderation is now %s", 'wp-super-cache' ), $status ) . "
"; } - echo ''; + echo ''; wp_nonce_field('wp-cache'); ?> diff --git a/plugins/badbehaviour.php b/plugins/badbehaviour.php index 55119dccb192b..f02ba12f0fe47 100644 --- a/plugins/badbehaviour.php +++ b/plugins/badbehaviour.php @@ -73,7 +73,7 @@ function wp_supercache_badbehaviour_admin() { $status = __( "disabled" ); echo "" . sprintf( __( "Bad Behavior support is now %s", 'wp-super-cache' ), $status ) . "
"; } - echo ''; + echo ''; wp_nonce_field('wp-cache'); ?> diff --git a/plugins/domain-mapping.php b/plugins/domain-mapping.php index 5f56ab7c5e8d0..8abde8e383644 100644 --- a/plugins/domain-mapping.php +++ b/plugins/domain-mapping.php @@ -83,7 +83,7 @@ function wp_supercache_domain_mapping_admin() { $status = __( "disabled" ); echo "" . sprintf( __( "Domain Mapping support is now %s", 'wp-super-cache' ), $status ) . "
"; } - echo ''; + echo ''; wp_nonce_field('wp-cache'); ?> diff --git a/plugins/jetpack.php b/plugins/jetpack.php index 0691a030206ca..c1b73c1ade8da 100644 --- a/plugins/jetpack.php +++ b/plugins/jetpack.php @@ -39,7 +39,7 @@ function wp_super_cache_jetpack_admin() { $status = __( "disabled" ); echo "" . sprintf( __( "Jetpack Mobile Theme support is now %s", 'wp-super-cache' ), $status ) . "
"; } - echo ''; + echo ''; wp_nonce_field('wp-cache'); ?> diff --git a/plugins/searchengine.php b/plugins/searchengine.php index 22fbd3a04a773..ca9ba8df51e7f 100644 --- a/plugins/searchengine.php +++ b/plugins/searchengine.php @@ -77,7 +77,7 @@ function wp_supercache_searchengine_admin() { $status = __( "disabled" ); echo "" . sprintf( __( "No Adverts for Friends support is now %s", 'wp-super-cache' ), $status ) . "
"; } - echo ''; + echo ''; wp_nonce_field('wp-cache'); ?> diff --git a/plugins/wptouch.php b/plugins/wptouch.php index 0f5f6fa59b63e..875f764dd6bf9 100644 --- a/plugins/wptouch.php +++ b/plugins/wptouch.php @@ -30,7 +30,7 @@ function wp_super_cache_wptouch_admin() { $status = __( "disabled" ); echo "" . sprintf( __( "WPTouch support is now %s", 'wp-super-cache' ), $status ) . "
"; } - echo ''; + echo ''; wp_nonce_field('wp-cache'); ?> diff --git a/wp-cache.php b/wp-cache.php index 859925f45251d..8cf5972bcd952 100644 --- a/wp-cache.php +++ b/wp-cache.php @@ -278,7 +278,7 @@ function wp_cache_manager_error_checks() { - ' /> + ' />' . __( 'Test your cached website by clicking the test button below.', 'wp-super-cache' ) . '
'; @@ -1151,7 +1151,7 @@ function toggleLayer( whichLayer ) { echo ''; if ( isset( $_SERVER['HTTPS' ] ) && 'on' == strtolower( $_SERVER['HTTPS' ] ) ) echo " " . __( 'Send non-secure (non https) request for homepage', 'wp-super-cache' ); - echo ''; + echo ''; wp_nonce_field('wp-cache'); echo ''; } @@ -1159,14 +1159,14 @@ function toggleLayer( whichLayer ) { echo "" . __( "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below.", 'wp-super-cache' ) . "
"; echo '\n"; if ( ( defined( 'VHOST' ) || ( defined( 'WP_ALLOW_MULTISITE' ) && constant( 'WP_ALLOW_MULTISITE' ) == true ) ) && wpsupercache_site_admin() ) { echo '