Ticket #1885: #1885.patch
File #1885.patch, 620 bytes (added by , 12 years ago) |
---|
-
bbp-includes/bbp-reply-template.php
84 84 'post_status' => $default_post_status, // Of this status 85 85 'posts_per_page' => bbp_get_replies_per_page(), // This many 86 86 'paged' => bbp_get_paged(), // On this page 87 'orderby' => ' date', // Sorted by date87 'orderby' => 'ID', // Sorted by ID 88 88 'order' => 'ASC', // Oldest to newest 89 89 's' => $default_reply_search, // Maybe search 90 90 );