Ticket #5777: 5777.subnav.patch
File 5777.subnav.patch, 559 bytes (added by , 10 years ago) |
---|
-
src/bp-xprofile/bp-xprofile-loader.php
186 186 187 187 // Add the subnav items to the profile 188 188 $sub_nav[] = array( 189 'name' => _x( ' Profile', 'Profile headermenu', 'buddypress' ),189 'name' => _x( 'View', 'Profile header sub menu', 'buddypress' ), 190 190 'slug' => 'public', 191 191 'parent_url' => $profile_link, 192 192 'parent_slug' => $this->slug,