Revert "Fixed missing braces."

This reverts commit bc825f4cae.
This commit is contained in:
Anton Pelešev 2014-09-04 14:14:51 +03:00
parent fdd615eab8
commit ab5951ebd8

View file

@ -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)