Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/01/2012 11:50:30 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Caches:

  • Introduce bbp_clean_post_cache() to handle cleaning custom queries and post ancestors.
  • Audit use of _pre_ and _post_ forum/topic/reply actions and locations. Reposition and pass parents as needed.
  • Add 'bbp_clean_post_cache' action to necessary _pre_ and _post_ actions.
  • Fixes #1861.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-topic-functions.php

    r4025 r4041  
    265265    /** No Errors *************************************************************/
    266266
    267     do_action( 'bbp_new_topic_pre_extras' );
     267    do_action( 'bbp_new_topic_pre_extras', $forum_id );
    268268
    269269    // Add the content of the form to $topic_data as an array.
Note: See TracChangeset for help on using the changeset viewer.