diff --git src/bp-core/bp-core-catchuri.php src/bp-core/bp-core-catchuri.php
index c7dd4aef8..0804d2774 100644
|
|
function bp_core_set_uri_globals() { |
240 | 240 | } |
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; |
246 | 246 | $match->key = 'search'; |