Ticket #6896: 6896.cssloading.patch
| File 6896.cssloading.patch, 548 bytes (added by , 10 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 1b8b5c1..06eb33c 100644
function bp_email_init_customizer( WP_Customize_Manager $wp_customize ) { 87 87 bp_get_version(), 88 88 true 89 89 ); 90 91 // Include the preview loading style 92 add_action( 'wp_footer', array( $wp_customize, 'customize_preview_loading_style' ) ); 90 93 } 91 94 } 92 95 add_action( 'bp_customize_register', 'bp_email_init_customizer' );