Changeset 6434 for trunk/src/includes/forums/functions.php
- Timestamp:
- 05/26/2017 10:14:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/functions.php
r6430 r6434 2166 2166 $types['meta_query'] = array( 2167 2167 'key' => '_bbp_forum_id', 2168 'value' => $ forum_ids,2168 'value' => $types['string'], 2169 2169 'type' => 'NUMERIC', 2170 2170 'compare' => $compare … … 2358 2358 'post_status' => bbp_get_public_status_id(), 2359 2359 'post_type' => bbp_get_reply_post_type(), 2360 'orderby' => array( 2361 'post_date' => 'DESC', 2362 'ID' => 'DESC' 2363 ), 2360 2364 2361 2365 // Maybe change these later
Note: See TracChangeset
for help on using the changeset viewer.