Fixed missing braces.
Anton PelesĖev anton.peleshev@zeroturnaround.com
Fri, 22 Aug 2014 15:46:21 +0300
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
wp-ffpc-acache.php
→
wp-ffpc-acache.php
@@ -28,6 +28,7 @@
/* 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)