diff --git a/wp-cache.php b/wp-cache.php index 8acb3eab..0347b524 100644 --- a/wp-cache.php +++ b/wp-cache.php @@ -237,7 +237,7 @@ function wp_cache_manager_error_checks() { return false; if ( version_compare( PHP_VERSION, '5.3.0', '<' ) && ( 1 == ini_get( 'safe_mode' ) || "on" == strtolower( ini_get( 'safe_mode' ) ) ) ) { - echo '
' . + echo '
' .
__( 'You may experience problems running this plugin because SAFE MODE is enabled.', 'wp-super-cache' ) . '
';
@@ -251,7 +251,7 @@ function wp_cache_manager_error_checks() {
}
if ( '' == get_option( 'permalink_structure' ) ) {
- echo '
" . __( 'A custom url or permalink structure is required for this plugin to work correctly. Please go to the Permalinks Options Page to configure your permalinks.', 'wp-super-cache' ) . "
"; echo 'Troubleshooting section of the readme.txt', 'wp-super-cache' ), 'https://wordpress.org/plugins/wp-super-cache/faq/' ); ?>
Troubleshooting section of the readme.txt', 'wp-super-cache' ), 'https://wordpress.org/plugins/wp-super-cache/faq/' ); ?>
this page for instructions on modifying your php.ini.', 'wp-super-cache' ); ?>
%s/wp-cache-config.php and cannot be modified. That file must be writeable by the web server to make any changes.', 'wp-super-cache' ), WP_CONTENT_DIR ); ?>
This page explains how to change file permissions.', 'wp-super-cache' ); ?>
@@ -356,7 +356,7 @@ function wp_cache_manager_error_checks() { $gc_flag = get_gc_flag(); if ( $dismiss_gc_warning == 0 ) { if ( false == maybe_stop_gc( $gc_flag ) && false == wp_next_scheduled( 'wp_cache_gc' ) ) { - ?>this form to enable it.', 'wp-super-cache' ); ?>