Changeset 8677 for trunk/src/bp-xprofile/bp-xprofile-loader.php
- Timestamp:
- 07/23/2014 06:30:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-loader.php
r8610 r8677 209 209 if ( buddypress()->avatar->show_avatars ) { 210 210 $sub_nav[] = array( 211 'name' => __( 'Change Avatar', 'buddypress' ),211 'name' => __( 'Change Profile Photo', 'buddypress' ), 212 212 'slug' => 'change-avatar', 213 213 'parent_url' => $profile_link, … … 306 306 'parent' => 'my-account-' . $this->id, 307 307 'id' => 'my-account-' . $this->id . '-change-avatar', 308 'title' => __( 'Change Avatar', 'buddypress' ),308 'title' => __( 'Change Profile Photo', 'buddypress' ), 309 309 'href' => trailingslashit( $profile_link . 'change-avatar' ) 310 310 );
Note: See TracChangeset
for help on using the changeset viewer.