all repos — wp-ffpc @ ab5951ebd83756c1ad8d2e8498b00007a227f5c9

Revert "Fixed missing braces."

This reverts commit bc825f4caecaabfabbacd1cab9ef9f9d489fa4fb.
Anton Pelesˌev anton.peleshev@zeroturnaround.com
Thu, 04 Sep 2014 14:14:51 +0300
commit

ab5951ebd83756c1ad8d2e8498b00007a227f5c9

parent

fdd615eab8549b9f8be2949a7aea4d2fdfab7bb4

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

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