Skip to:
Content

BuddyPress.org

Ticket #6896: 6896.cssloading.patch

File 6896.cssloading.patch, 548 bytes (added by imath, 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 ) { 
    8787                        bp_get_version(),
    8888                        true
    8989                );
     90
     91                // Include the preview loading style
     92                add_action( 'wp_footer', array( $wp_customize, 'customize_preview_loading_style' ) );
    9093        }
    9194}
    9295add_action( 'bp_customize_register', 'bp_email_init_customizer' );