all repos — wp-ffpc @ bc825f4caecaabfabbacd1cab9ef9f9d489fa4fb

Fixed missing braces.
Anton Pelesˌev anton.peleshev@zeroturnaround.com
Fri, 22 Aug 2014 15:46:21 +0300
commit

bc825f4caecaabfabbacd1cab9ef9f9d489fa4fb

parent

2b2345c763ec6913aa56f2d1b89496f34a662a09

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M wp-ffpc-acache.phpwp-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)