Skip to:
Content

BuddyPress.org

Ticket #6121: 6121.patch

File 6121.patch, 616 bytes (added by slaFFik, 10 years ago)
  • src/bp-notifications/bp-notifications-loader.php

     
    205205                        $wp_admin_nav[] = array(
    206206                                'parent' => 'my-account-' . $this->id,
    207207                                'id'     => 'my-account-' . $this->id . '-read',
    208                                 'title'  => __( 'Read', 'buddypress' ),
     208                                'title'  => _x( 'Read', 'My Account Notification sub nav', 'buddypress' ),
    209209                                'href'   => trailingslashit( $notifications_link . 'read' ),
    210210                        );
    211211                }