Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/05/2016 06:55:24 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Core: Revert accidental removal of r6054 from r6056.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/actions.php

    r6056 r6058  
    341341
    342342// Clean bbPress post caches when WordPress's is cleaned
    343 add_action( 'clean_post_cache', 'bbp_clean_post_cache' );
     343add_action( 'clean_post_cache', 'bbp_clean_post_cache', 10, 2 );
    344344
    345345/**
Note: See TracChangeset for help on using the changeset viewer.