Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/14/2012 07:32:12 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Go live with bbp_query_post_parentin() filter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-core-hooks.php

    r3654 r3666  
    410410add_filter( 'comments_open', 'bbp_force_comment_status' );
    411411
     412// Add post_parent__in to posts_where
     413add_filter( 'posts_where', 'bbp_query_post_parent__in', 10, 2 );
     414
    412415/**
    413416 * Add filters to anonymous post author data
Note: See TracChangeset for help on using the changeset viewer.