Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/17/2016 09:43:56 PM (10 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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.