Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/04/2011 04:12:06 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Topics widget should not show stickies out of order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-widgets.php

    r2827 r2834  
    325325
    326326        $default = array(
    327             'post_parent'    => $parent_forum,
    328             'posts_per_page' => $max_shown > $pop_check ? $max_shown : $pop_check
     327            'post_parent'          => $parent_forum,
     328            'posts_per_page'       => $max_shown > $pop_check ? $max_shown : $pop_check,
     329            'ignore_sticky_topics' => true
    329330        );
    330331
Note: See TracChangeset for help on using the changeset viewer.