Ticket #6956: 6956.patch
File 6956.patch, 549 bytes (added by , 9 years ago) |
---|
-
src/bp-core/bp-core-customizer-email.php
diff --git src/bp-core/bp-core-customizer-email.php src/bp-core/bp-core-customizer-email.php index 982a376..8f64c4f 100644
function bp_email_init_customizer( WP_Customize_Manager $wp_customize ) { 47 47 /** 48 48 * BP_Customizer_Control_Range class. 49 49 */ 50 if ( ! buddypress()->do_autoload) {50 if ( ! class_exists( 'BP_Customizer_Control_Range' ) ) { 51 51 require_once dirname( __FILE__ ) . '/classes/class-bp-customizer-control-range.php'; 52 52 } 53 53