all repos — wp-ffpc @ 77d94b25c9f7d6483e7b7885e51bf12698dbc30a

Fixed filter hook.
Anton Pelesˌev anton.peleshev@zeroturnaround.com
Mon, 25 Aug 2014 16:58:23 +0300
commit

77d94b25c9f7d6483e7b7885e51bf12698dbc30a

parent

304393e66a75f75aa31b4f5de19e2612f5146e50

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

jump to
M wp-ffpc-backend.phpwp-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 */