Ticket #6121: 6121.patch
File 6121.patch, 616 bytes (added by , 10 years ago) |
---|
-
src/bp-notifications/bp-notifications-loader.php
205 205 $wp_admin_nav[] = array( 206 206 'parent' => 'my-account-' . $this->id, 207 207 'id' => 'my-account-' . $this->id . '-read', 208 'title' => _ _( 'Read', 'buddypress' ),208 'title' => _x( 'Read', 'My Account Notification sub nav', 'buddypress' ), 209 209 'href' => trailingslashit( $notifications_link . 'read' ), 210 210 ); 211 211 }