Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/13/2013 01:42:14 AM (13 years ago)
Author:
boonebgorges
Message:

Remove 'notifications' language in Settings component

We previously used the word "notification" to refer to the email notices
sent when certain events happened on the site. This causes some confusion with
the new top-level Notifications item, so we change the wording a bit.

Fixes #5240

Props imath, r-a-y

File:
1 edited

Legend:

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

    r7454 r7565  
    101101                );
    102102
    103                 // Add Notifications nav item
     103                // Add Email nav item. Formerly called 'Notifications', we
     104                // retain the old slug and function names for backward compat
    104105                $sub_nav[] = array(
    105                         'name'            => __( 'Notifications', 'buddypress' ),
     106                        'name'            => __( 'Email', 'buddypress' ),
    106107                        'slug'            => 'notifications',
    107108                        'parent_url'      => $settings_link,
Note: See TracChangeset for help on using the changeset viewer.