Make WordPress Core


Ignore:
Timestamp:
06/04/2012 03:51:46 PM (13 years ago)
Author:
ryan
Message:

Theme Customizer: Fix race condition in previewer and use message channels. Props koopersmith. fixes #20811

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-customize-manager.php

    r20936 r20988  
    291291    public function customize_preview_settings() {
    292292        $settings = array(
    293             'values' => array(),
     293            'values'  => array(),
     294            'channel' => esc_js( $_POST['customize_messenger_channel'] ),
    294295        );
    295296
Note: See TracChangeset for help on using the changeset viewer.