Changeset 8705 for trunk/src/bp-core/bp-core-loader.php
- Timestamp:
- 07/27/2014 05:48:17 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-loader.php
r8610 r8705 231 231 // Add 'Profile' to the main navigation 232 232 $main_nav = array( 233 'name' => _ _( 'Profile', 'buddypress' ),233 'name' => _x( 'Profile', 'Main navigation', 'buddypress' ), 234 234 'slug' => $bp->core->profile->slug, 235 235 'position' => 20, … … 242 242 // Add the subnav items to the profile 243 243 $sub_nav[] = array( 244 'name' => _ _( 'View', 'buddypress' ),244 'name' => _x( 'View', 'Profile sub nav', 'buddypress' ), 245 245 'slug' => 'public', 246 246 'parent_url' => $profile_link,
Note: See TracChangeset
for help on using the changeset viewer.