Changeset 6216
- Timestamp:
- 01/12/2017 06:55:10 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/functions.php
r6198 r6216 321 321 'fields' => 'ids', 322 322 'post_type' => bbp_get_topic_post_type(), 323 'nopaging' => true, 323 324 'meta_query' => array( array( 324 325 'key' => '_bbp_favorite', … … 678 679 'fields' => 'ids', 679 680 'post_type' => bbp_get_forum_post_type(), 681 'nopaging' => true, 680 682 'meta_query' => array( array( 681 683 'key' => '_bbp_subscription', … … 705 707 'fields' => 'ids', 706 708 'post_type' => bbp_get_topic_post_type(), 709 'nopaging' => true, 707 710 'meta_query' => array( array( 708 711 'key' => '_bbp_subscription',
Note: See TracChangeset
for help on using the changeset viewer.