Changeset 10608
- Timestamp:
- 02/17/2016 09:43:56 PM (9 years ago)
- Location:
- trunk/src/bp-core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-customizer-email.php
r10596 r10608 32 32 $wp_customize->add_panel( 'bp_mailtpl', array( 33 33 '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' ), 35 35 ) ); 36 36 -
trunk/src/bp-core/bp-core-functions.php
r10556 r10608 2660 2660 'items_list' => _x( 'Email list', 'email post type label', 'buddypress' ), 2661 2661 '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' ), 2663 2664 'new_item' => _x( 'New Email', 'email post type label', 'buddypress' ), 2664 2665 'not_found' => _x( 'No emails found', 'email post type label', 'buddypress' ),
Note: See TracChangeset
for help on using the changeset viewer.