Skip to:
Content

BuddyPress.org

Changeset 10608


Ignore:
Timestamp:
02/17/2016 09:43:56 PM (9 years ago)
Author:
r-a-y
Message:

Emails: Change header label for custom post type and customizer panel.

To be less ambiguous, we're changing the header label from "Emails" to
"BuddyPress Emails" on the main CPT admin page and in the customizer
panel.

See #6918.

Location:
trunk/src/bp-core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-customizer-email.php

    r10596 r10608  
    3232    $wp_customize->add_panel( 'bp_mailtpl', array(
    3333        'description' => __( 'Customize the appearance of emails sent by BuddyPress.', 'buddypress' ),
    34         'title'       => _x( 'Emails', 'screen heading', 'buddypress' ),
     34        'title'       => _x( 'BuddyPress Emails', 'screen heading', 'buddypress' ),
    3535    ) );
    3636
  • trunk/src/bp-core/bp-core-functions.php

    r10556 r10608  
    26602660        'items_list'            => _x( 'Email list', 'email post type label', 'buddypress' ),
    26612661        'items_list_navigation' => _x( 'Email list navigation', 'email post type label', 'buddypress' ),
    2662         'name'                  => _x( 'Emails', 'email post type name', 'buddypress' ),
     2662        'menu_name'             => _x( 'Emails', 'email post type name', 'buddypress' ),
     2663        'name'                  => _x( 'BuddyPress Emails', 'email post type label', 'buddypress' ),
    26632664        'new_item'              => _x( 'New Email', 'email post type label', 'buddypress' ),
    26642665        'not_found'             => _x( 'No emails found', 'email post type label', 'buddypress' ),
Note: See TracChangeset for help on using the changeset viewer.