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