From ab5951ebd83756c1ad8d2e8498b00007a227f5c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Peles=CC=8Cev?= Date: Thu, 4 Sep 2014 14:14:51 +0300 Subject: [PATCH] Revert "Fixed missing braces." This reverts commit bc825f4caecaabfabbacd1cab9ef9f9d489fa4fb. --- wp-ffpc-acache.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-ffpc-acache.php b/wp-ffpc-acache.php index c3db0ed..b93f434 100644 --- a/wp-ffpc-acache.php +++ b/wp-ffpc-acache.php @@ -28,7 +28,6 @@ $wp_ffpc_uri = $_SERVER['REQUEST_URI']; /* no cache for uri with query strings, things usually go bad that way */ if ( isset($wp_ffpc_config['nocache_dyn']) && !empty($wp_ffpc_config['nocache_dyn']) && stripos($wp_ffpc_uri, '?') !== false ) return false; -} /* no cache for pages starting with /wp- like WP admin */ if (stripos($wp_ffpc_uri, '/wp-') !== false)