Changeset 10608 for trunk/src/bp-core/bp-core-customizer-email.php
- Timestamp:
- 02/17/2016 09:43:56 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-customizer-email.php (modified) (1 diff)
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
Note: See TracChangeset
for help on using the changeset viewer.