Changeset 12404
- Timestamp:
- 06/17/2019 06:09:05 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-catchuri.php
r11610 r12404 241 241 242 242 // Search doesn't have an associated page, so we check for it separately. 243 if ( !empty( $bp_uri[0] ) && ( bp_get_search_slug() == $bp_uri[0] ) ) {243 if ( isset( $_POST['search-terms'] ) && !empty( $bp_uri[0] ) && ( bp_get_search_slug() == $bp_uri[0] ) ) { 244 244 $matches[] = 1; 245 245 $match = new stdClass;
Note: See TracChangeset
for help on using the changeset viewer.