- Timestamp:
- 03/27/2023 06:19:06 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/class-bp-walker-nav-menu.php
r13314 r13442 29 29 'name' => 'Activity', 30 30 'slug' => 'activity', 31 'link' => trailingslashit( bp_loggedin_user_domain() . bp_get_activity_slug() ),31 'link' => bp_loggedin_user_url( array( 'single_item_component' => bp_get_activity_slug() ) ), 32 32 'css_id' => 'activity', 33 33 'class' => array( $expected[0] ), … … 37 37 'name' => 'Profile', 38 38 'slug' => 'profile', 39 'link' => trailingslashit( bp_loggedin_user_domain() . bp_get_profile_slug() ),39 'link' => bp_loggedin_user_url( array( 'single_item_component' => bp_get_profile_slug() ) ), 40 40 'css_id' => 'xprofile', 41 41 'class' => array( $expected[1] ),
Note: See TracChangeset
for help on using the changeset viewer.