Changeset 13203 for branches/9.0/src/bp-core/bp-core-functions.php
- Timestamp:
- 01/02/2022 11:50:18 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/9.0/src/bp-core/bp-core-functions.php
r12932 r13203 2445 2445 * 2446 2446 * @since 1.0.1 2447 * @since 10.0.0 Add support for Activity search. 2447 2448 * 2448 2449 * @param string $slug The slug to redirect to for searching. … … 2478 2479 } 2479 2480 } 2481 break; 2482 2483 case 'activity': 2484 $slug = bp_is_active( 'activity' ) ? bp_get_activity_root_slug() : ''; 2480 2485 break; 2481 2486
Note: See TracChangeset
for help on using the changeset viewer.