Skip to:
Content

BuddyPress.org

Changeset 7602


Ignore:
Timestamp:
11/27/2013 02:26:18 PM (10 years ago)
Author:
boonebgorges
Message:

Use 'Emails' instead of 'Notifications' in Settings admin bar menu

This mirrors the changes introduced in #5240

Fixes #5256

Props imath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-settings/bp-settings-loader.php

    r7565 r7602  
    177177                'parent' => 'my-account-' . $this->id,
    178178                'id'     => 'my-account-' . $this->id . '-notifications',
    179                 'title'  => __( 'Notifications', 'buddypress' ),
     179                'title'  => __( 'Email', 'buddypress' ),
    180180                'href'   => trailingslashit( $settings_link . 'notifications' )
    181181            );
Note: See TracChangeset for help on using the changeset viewer.