Skip to:
Content

BuddyPress.org

Changeset 10596


Ignore:
Timestamp:
02/16/2016 02:12:05 PM (10 years ago)
Author:
djpaul
Message:

Emails, Customizer: hook WP CSS to support the refresh transport.

See #6896

Props imath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-customizer-email.php

    r10486 r10596  
    8888                        true
    8989                );
     90
     91                // Include the preview loading style
     92                add_action( 'wp_footer', array( $wp_customize, 'customize_preview_loading_style' ) );
    9093        }
    9194}
Note: See TracChangeset for help on using the changeset viewer.