- Timestamp:
- 03/18/2023 09:42:31 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/nav/bpCoreRemoveSubnavItem.php
r11737 r13437 77 77 // In group context 78 78 $g_obj = groups_get_group( $g1 ); 79 $this->go_to( bp_get_group_ permalink( $g_obj ) );79 $this->go_to( bp_get_group_url( $g_obj ) ); 80 80 81 81 bp_core_new_subnav_item( array( … … 83 83 'slug' => 'clam', 84 84 'parent_slug' => bp_get_current_group_slug(), 85 'parent_url' => bp_get_group_ permalink( $g_obj ),85 'parent_url' => bp_get_group_url( $g_obj ), 86 86 'screen_function' => 'clam_subnav', 87 87 ) );
Note: See TracChangeset
for help on using the changeset viewer.