Revert "Fixed missing braces." This reverts commit bc825f4caecaabfabbacd1cab9ef9f9d489fa4fb.
Anton PelesĖev anton.peleshev@zeroturnaround.com
Thu, 04 Sep 2014 14:14:51 +0300
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
wp-ffpc-acache.php
→
wp-ffpc-acache.php
@@ -28,7 +28,6 @@
/* 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)