Changeset 5298
- Timestamp:
- 03/03/2014 04:32:39 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/template.php
r5236 r5298 153 153 'post_parent' => $default_post_parent, // Forum ID 154 154 'meta_key' => '_bbp_last_active_time', // Make sure topic has some last activity time 155 'meta_type' => 'DATETIME', 155 156 'orderby' => 'meta_value', // 'meta_value', 'author', 'date', 'title', 'modified', 'parent', rand', 156 157 'order' => 'DESC', // 'ASC', 'DESC' … … 281 282 'post_parent' => 'any', 282 283 'meta_key' => '_bbp_last_active_time', 284 'meta_type' => 'DATETIME', 283 285 'orderby' => 'meta_value', 284 286 'order' => 'DESC',
Note: See TracChangeset
for help on using the changeset viewer.