Changeset 5283 for branches/1.5/bp-xprofile/bp-xprofile-loader.php
- Timestamp:
- 11/05/2011 10:20:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/bp-xprofile/bp-xprofile-loader.php
r4961 r5283 182 182 $wp_admin_nav[] = array( 183 183 'parent' => 'my-account-' . $this->id, 184 'id' => 'my-account-' . $this->id . '-view', 184 185 'title' => __( 'View', 'buddypress' ), 185 186 'href' => trailingslashit( $profile_link . 'public' ) … … 189 190 $wp_admin_nav[] = array( 190 191 'parent' => 'my-account-' . $this->id, 192 'id' => 'my-account-' . $this->id . '-edit', 191 193 'title' => __( 'Edit', 'buddypress' ), 192 194 'href' => trailingslashit( $profile_link . 'edit' ) … … 196 198 $wp_admin_nav[] = array( 197 199 'parent' => 'my-account-' . $this->id, 200 'id' => 'my-account-' . $this->id . '-change-avatar', 198 201 'title' => __( 'Change Avatar', 'buddypress' ), 199 202 'href' => trailingslashit( $profile_link . 'change-avatar' )
Note: See TracChangeset
for help on using the changeset viewer.