Changeset 3982 for trunk/bp-core/bp-core-functions.php
- Timestamp:
- 02/01/2011 07:46:50 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-functions.php
r3955 r3982 513 513 514 514 if ( empty( $_POST['search-terms'] ) ) { 515 bp_core_redirect( $bp->root_domain);515 bp_core_redirect( bp_get_root_domain() ); 516 516 return; 517 517 } … … 543 543 544 544 if ( empty( $slug ) ) { 545 bp_core_redirect( $bp->root_domain);545 bp_core_redirect( bp_get_root_domain() ); 546 546 return; 547 547 }
Note: See TracChangeset
for help on using the changeset viewer.