Changeset 13437 for trunk/tests/phpunit/testcases/core/nav/backCompat.php
- Timestamp:
- 03/18/2023 09:42:31 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/nav/backCompat.php
r13436 r13437 55 55 56 56 $group = groups_get_group( $g ); 57 $group_permalink = bp_get_group_ permalink( $group );57 $group_permalink = bp_get_group_url( $group ); 58 58 59 59 $this->go_to( $group_permalink ); … … 303 303 'slug' => 'foo-subnav', 304 304 'parent_slug' => bp_get_current_group_slug(), 305 'parent_url' => bp_get_group_ permalink( groups_get_current_group() ),305 'parent_url' => bp_get_group_url( groups_get_current_group() ), 306 306 'screen_function' => 'foo_subnav', 307 307 ) );
Note: See TracChangeset
for help on using the changeset viewer.