Changeset 4586 for trunk/bp-xprofile/bp-xprofile-loader.php
- Timestamp:
- 07/04/2011 05:37:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-loader.php
r4381 r4586 135 135 // Edit Profile 136 136 $sub_nav[] = array( 137 'name' => __( 'Edit Profile', 'buddypress' ),137 'name' => __( 'Edit', 'buddypress' ), 138 138 'slug' => 'edit', 139 139 'parent_url' => $profile_link, … … 184 184 $wp_admin_nav[] = array( 185 185 'parent' => 'my-account-' . $this->id, 186 'title' => __( 'View My Profile', 'buddypress' ),186 'title' => __( 'View', 'buddypress' ), 187 187 'href' => trailingslashit( $profile_link . 'public' ) 188 188 ); … … 191 191 $wp_admin_nav[] = array( 192 192 'parent' => 'my-account-' . $this->id, 193 'title' => __( 'Edit My Profile', 'buddypress' ),193 'title' => __( 'Edit', 'buddypress' ), 194 194 'href' => trailingslashit( $profile_link . 'edit' ) 195 195 ); … … 198 198 $wp_admin_nav[] = array( 199 199 'parent' => 'my-account-' . $this->id, 200 'title' => __( 'Change MyAvatar', 'buddypress' ),200 'title' => __( 'Change Avatar', 'buddypress' ), 201 201 'href' => trailingslashit( $profile_link . 'change-avatar' ) 202 202 );
Note: See TracChangeset
for help on using the changeset viewer.