Changeset 3257
- Timestamp:
- 05/29/2011 09:22:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-general-functions.php
r3243 r3257 881 881 * @global WP $wp 882 882 * @param string $where 883 * @param WP_Query $object884 883 * @return string 885 884 */ 886 function bbp_query_post_parent__in( $where , $object) {885 function bbp_query_post_parent__in( $where ) { 887 886 global $wpdb, $wp; 888 887 … … 909 908 return $where; 910 909 } 911 add_filter( 'posts_where', 'bbp_query_post_parent__in' , 10, 2);910 add_filter( 'posts_where', 'bbp_query_post_parent__in' ); 912 911 913 912 /**
Note: See TracChangeset
for help on using the changeset viewer.