diff --git a/wp-ffpc.php b/wp-ffpc.php index 9cd8335..8354952 100644 --- a/wp-ffpc.php +++ b/wp-ffpc.php @@ -160,17 +160,17 @@ if (!class_exists('WPFFPC')) { /** * if options were saved */ - if ($_GET['saved']=='true' || $this->status == 1) { ?> + if ($_GET['saved']=='true' || $this->status == 1) : ?>

Settings saved.

- - +

WARNING: WP_CACHE is disabled, plugin will not work that way. Please add define( 'WP_CACHE', true ); into the beginning of wp-config.php

- +

@@ -253,7 +253,7 @@ if (!class_exists('WPFFPC')) {
options['syslog'],true); ?> /> - + : print_bool( $this->defaults['syslog']); ?>
@@ -329,11 +329,11 @@ if (!class_exists('WPFFPC')) {
- +

No PHP memcached extension was found. To use memcached, you need PHP Memcache or PHP Memcached extension.

- + - options['cache_type'] == 'memcached' || $this->options['cache_type'] == 'memcache' ) { ?> + options['cache_type'] == 'memcached' || $this->options['cache_type'] == 'memcache' ) : ?>
- +
@@ -370,7 +370,7 @@ if (!class_exists('WPFFPC')) {
- options['cache_type'] == 'memcache' ) { ?> + options['cache_type'] == 'memcache' ) : ?>
@@ -384,7 +384,7 @@ if (!class_exists('WPFFPC')) {
- +