Changeset 6553 for trunk/src/includes/replies/template.php
- Timestamp:
- 06/15/2017 04:50:26 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/template.php
r6528 r6553 142 142 // Default query args 143 143 $default = array( 144 'post_type' => $default_post_type, // Only replies 145 'post_parent' => $default_post_parent, // Of this topic 146 'posts_per_page' => bbp_get_replies_per_page(), // This many 147 'paged' => bbp_get_paged(), // On this page 148 'orderby' => 'date', // Sorted by date 149 'order' => 'ASC', // Oldest to newest 150 'hierarchical' => $default_thread_replies, // Hierarchical replies 151 'ignore_sticky_posts' => true, // Stickies not supported 144 'post_type' => $default_post_type, // Only replies 145 'post_parent' => $default_post_parent, // Of this topic 146 'posts_per_page' => bbp_get_replies_per_page(), // This many 147 'paged' => bbp_get_paged(), // On this page 148 'orderby' => 'date', // Sorted by date 149 'order' => 'ASC', // Oldest to newest 150 'hierarchical' => $default_thread_replies, // Hierarchical replies 151 'ignore_sticky_posts' => true, // Stickies not supported 152 'update_post_term_cache' => false // No terms to cache 152 153 ); 153 154
Note: See TracChangeset
for help on using the changeset viewer.