Changeset 2935 for branches/plugin/bbp-includes/bbp-general-functions.php
- Timestamp:
- 02/24/2011 10:39:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-general-functions.php
r2922 r2935 388 388 $query_args = wp_parse_args( $query_args ); 389 389 390 // Set ignore_sticky_topics to true if it wasn't supplied391 if ( !isset( $query_args[' ignore_sticky_topics'] ) )392 $query_args[' ignore_sticky_topics'] = true;390 // Set exclude_stickies to true if it wasn't supplied 391 if ( !isset( $query_args['show_stickies'] ) ) 392 $query_args['show_stickies'] = false; 393 393 394 394 $bbp->views[$view]['title'] = $title;
Note: See TracChangeset
for help on using the changeset viewer.