Skip to:
Content

bbPress.org

Ticket #1885: #1885.patch

File #1885.patch, 620 bytes (added by johnjamesjacoby, 12 years ago)
  • bbp-includes/bbp-reply-template.php

     
    8484                'post_status'    => $default_post_status,       // Of this status
    8585                'posts_per_page' => bbp_get_replies_per_page(), // This many
    8686                'paged'          => bbp_get_paged(),            // On this page
    87                 'orderby'        => 'date',                     // Sorted by date
     87                'orderby'        => 'ID',                       // Sorted by ID
    8888                'order'          => 'ASC',                      // Oldest to newest
    8989                's'              => $default_reply_search,      // Maybe search
    9090        );