- Timestamp:
- 02/08/2016 05:56:22 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/classes/class-bp-friends-component.php
r10519 r10555 204 204 // My Friends. 205 205 $wp_admin_nav[] = array( 206 'parent' => 'my-account-' . $this->id, 207 'id' => 'my-account-' . $this->id . '-friendships', 208 'title' => _x( 'Friendships', 'My Account Friends menu sub nav', 'buddypress' ), 209 'href' => $friends_link 206 'parent' => 'my-account-' . $this->id, 207 'id' => 'my-account-' . $this->id . '-friendships', 208 'title' => _x( 'Friendships', 'My Account Friends menu sub nav', 'buddypress' ), 209 'href' => $friends_link, 210 'position' => 10 210 211 ); 211 212 212 213 // Requests. 213 214 $wp_admin_nav[] = array( 214 'parent' => 'my-account-' . $this->id, 215 'id' => 'my-account-' . $this->id . '-requests', 216 'title' => $pending, 217 'href' => trailingslashit( $friends_link . 'requests' ) 215 'parent' => 'my-account-' . $this->id, 216 'id' => 'my-account-' . $this->id . '-requests', 217 'title' => $pending, 218 'href' => trailingslashit( $friends_link . 'requests' ), 219 'position' => 20 218 220 ); 219 221 }
Note: See TracChangeset
for help on using the changeset viewer.