Changeset 6585
- Timestamp:
- 12/10/2012 09:14:36 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
bp-core/bp-core-loader.php (modified) (1 diff)
-
bp-members/bp-members-loader.php (modified) (1 diff)
-
bp-xprofile/bp-xprofile-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-loader.php
r6342 r6585 223 223 // Add the subnav items to the profile 224 224 $sub_nav[] = array( 225 'name' => __( ' Public', 'buddypress' ),225 'name' => __( 'View', 'buddypress' ), 226 226 'slug' => 'public', 227 227 'parent_url' => $profile_link, -
trunk/bp-members/bp-members-loader.php
r6342 r6585 170 170 // Add the subnav items to the profile 171 171 $sub_nav[] = array( 172 'name' => __( ' Public', 'buddypress' ),172 'name' => __( 'View', 'buddypress' ), 173 173 'slug' => 'public', 174 174 'parent_url' => $profile_link, -
trunk/bp-xprofile/bp-xprofile-loader.php
r6519 r6585 156 156 'position' => 20, 157 157 'screen_function' => 'xprofile_screen_display_profile', 158 'default_subnav_slug' => ' public',158 'default_subnav_slug' => 'you', 159 159 'item_css_id' => $this->id 160 160 ); … … 164 164 // Add the subnav items to the profile 165 165 $sub_nav[] = array( 166 'name' => __( ' Public', 'buddypress' ),166 'name' => __( 'View', 'buddypress' ), 167 167 'slug' => 'public', 168 168 'parent_url' => $profile_link,
Note: See TracChangeset
for help on using the changeset viewer.