Changeset 11904 for trunk/src/bp-core/bp-core-customizer-email.php
- Timestamp:
- 03/19/2018 10:24:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-customizer-email.php
r11360 r11904 19 19 */ 20 20 function bp_email_init_customizer( WP_Customize_Manager $wp_customize ) { 21 22 // Require WP 4.0+.23 if ( ! method_exists( $wp_customize, 'add_panel' ) ) {24 return;25 }26 27 21 if ( ! bp_is_email_customizer() && ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) ) { 28 22 return;
Note: See TracChangeset
for help on using the changeset viewer.