Changeset 4222 for trunk/bbp-includes/bbp-reply-template.php
- Timestamp:
- 09/17/2012 12:03:03 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbp-includes/bbp-reply-template.php
r4216 r4222 44 44 * 45 45 * @param mixed $args All the arguments supported by {@link WP_Query} 46 * @uses bbp_is_user_bozo() To add the bozo post status47 46 * @uses bbp_show_lead_topic() Are we showing the topic as a lead? 48 47 * @uses bbp_get_topic_id() To get the topic id … … 75 74 } 76 75 77 // Add the bozo status if user is a bozo78 if ( bbp_is_user_bozo() ) {79 $post_statuses[] = bbp_get_bozo_status_id();80 }81 82 76 $default_reply_search = !empty( $_REQUEST['rs'] ) ? $_REQUEST['rs'] : false; 83 77 $default_post_parent = ( bbp_is_single_topic() ) ? bbp_get_topic_id() : 'any';
Note: See TracChangeset
for help on using the changeset viewer.