Update wp-ffpc-class.php
! is not needed there
This commit is contained in:
parent
3a96ad631e
commit
f95f0a3f2c
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ if ( ! class_exists( 'WP_FFPC' ) ) {
|
||||||
add_action( 'edit_post', array( &$this->backend , 'clear' ), 0 );
|
add_action( 'edit_post', array( &$this->backend , 'clear' ), 0 );
|
||||||
|
|
||||||
/* add filter for catching canonical redirects */
|
/* add filter for catching canonical redirects */
|
||||||
if ( ! WP_CACHE )
|
if ( WP_CACHE )
|
||||||
add_filter('redirect_canonical', 'wp_ffpc_redirect_callback', 10, 2);
|
add_filter('redirect_canonical', 'wp_ffpc_redirect_callback', 10, 2);
|
||||||
|
|
||||||
/* clean up schedule if needed */
|
/* clean up schedule if needed */
|
||||||
|
|
Loading…
Reference in a new issue