Changeset 13201
- Timestamp:
- 12/30/2021 02:55:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r13168 r13201 2466 2466 * 2467 2467 * @since 1.0.1 2468 * @since 10.0.0 Add support for Activity search. 2468 2469 * 2469 2470 * @param string $slug The slug to redirect to for searching. … … 2499 2500 } 2500 2501 } 2502 break; 2503 2504 case 'activity': 2505 $slug = bp_is_active( 'activity' ) ? bp_get_activity_root_slug() : ''; 2501 2506 break; 2502 2507
Note: See TracChangeset
for help on using the changeset viewer.