Skip to:
Content

bbPress.org

Changeset 7008


Ignore:
Timestamp:
11/27/2019 08:15:17 PM (5 years ago)
Author:
johnjamesjacoby
Message:

Forums: revert the accidental reversal of the forums widget results order.

This commit makes sure that forums results are displayed in the expected ascending order, fixing a copy/paste regression introduced in 2.6.0.

Props netweb. Fixes #3295. See r6506. For 2.6.3, branches/2.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/src/includes/common/widgets.php

    r6813 r7008  
    523523            // Order
    524524            'orderby' => 'menu_order title',
    525             'order'   => 'DESC',
     525            'order'   => 'ASC',
    526526
    527527            // Performance
Note: See TracChangeset for help on using the changeset viewer.