Changeset 4924 for trunk/includes/replies/template-tags.php
- Timestamp:
- 05/19/2013 06:04:15 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/replies/template-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/replies/template-tags.php
r4896 r4924 75 75 // Default query args 76 76 $default = array( 77 'post_type' => $default_post_type, // Only replies 78 'post_parent' => $default_post_parent, // Of this topic 79 'posts_per_page' => bbp_get_replies_per_page(), // This many 80 'paged' => bbp_get_paged(), // On this page 81 'orderby' => 'date', // Sorted by date 82 'order' => 'ASC', // Oldest to newest 83 's' => $default_reply_search, // Maybe search 77 'post_type' => $default_post_type, // Only replies 78 'post_parent' => $default_post_parent, // Of this topic 79 'posts_per_page' => bbp_get_replies_per_page(), // This many 80 'paged' => bbp_get_paged(), // On this page 81 'orderby' => 'date', // Sorted by date 82 'order' => 'ASC', // Oldest to newest 83 'ignore_sticky_posts' => true, // Stickies not supported 84 's' => $default_reply_search, // Maybe search 84 85 ); 85 86
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)