Changeset 5282 for trunk/bp-friends/bp-friends-loader.php
- Timestamp:
- 11/05/2011 10:11:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-loader.php
r4920 r5282 166 166 $wp_admin_nav[] = array( 167 167 'parent' => 'my-account-' . $this->id, 168 'id' => 'my-account-' . $this->id . '-friendships', 168 169 'title' => __( 'Friendships', 'buddypress' ), 169 170 'href' => trailingslashit( $friends_link ) … … 173 174 $wp_admin_nav[] = array( 174 175 'parent' => 'my-account-' . $this->id, 176 'id' => 'my-account-' . $this->id . '-requests', 175 177 'title' => $pending, 176 178 'href' => trailingslashit( $friends_link . 'requests' )
Note: See TracChangeset
for help on using the changeset viewer.