Changeset 2834 for branches/plugin/bbp-includes/bbp-widgets.php
- Timestamp:
- 02/04/2011 04:12:06 PM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-widgets.php
r2827 r2834 325 325 326 326 $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 329 330 ); 330 331
Note: See TracChangeset
for help on using the changeset viewer.