Fixed filter hook.
Anton PelesĖev anton.peleshev@zeroturnaround.com
Mon, 25 Aug 2014 16:58:23 +0300
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
wp-ffpc-backend.php
→
wp-ffpc-backend.php
@@ -271,8 +271,8 @@ $current_page_id = 1+(int)$current_page_id;
} while ($number_of_pages>1 && $current_page_id<=$number_of_pages); } - /* Hook to customise clearing array. */ - apply_filters('wp_ffpc_to_clear_array', $to_clear, $post_id); + /* Hook to custom clearing array. */ + $to_clear = apply_filters('wp_ffpc_to_clear_array', $to_clear, $post_id); foreach ( $to_clear as $link => $dummy ) { /* clear all feeds as well */