Changeset 6903 for trunk/src/includes/replies/template.php
- Timestamp:
- 04/18/2019 07:54:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/template.php
r6902 r6903 130 130 131 131 // Other defaults 132 $default_reply_search = ! empty( $_REQUEST['rs'] ) ? $_REQUEST['rs'] : false;132 $default_reply_search = bbp_sanitize_search_request( 'rs' ); 133 133 $default_post_parent = ( bbp_is_single_topic() ) ? bbp_get_topic_id() : 'any'; 134 134 $default_post_type = ( bbp_is_single_topic() && bbp_show_lead_topic() ) ? bbp_get_reply_post_type() : array( bbp_get_topic_post_type(), bbp_get_reply_post_type() );
Note: See TracChangeset
for help on using the changeset viewer.