Changeset 4677 for trunk/includes/users/functions.php
- Timestamp:
- 12/31/2012 03:08:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/users/functions.php
r4610 r4677 1010 1010 // Try to get the topics 1011 1011 $query = bbp_has_replies( array( 1012 'post_type' => array( bbp_get_topic_post_type(), bbp_get_reply_post_type()),1012 'post_type' => bbp_get_reply_post_type(), 1013 1013 'post_parent' => 'any', 1014 1014 'posts_per_page' => bbp_get_replies_per_page(),
Note: See TracChangeset
for help on using the changeset viewer.