mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Pinking shears
git-svn-id: https://develop.svn.wordpress.org/trunk@22634 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -73,7 +73,7 @@ final class WP_Customize_Manager {
|
||||
* @since 3.4.0
|
||||
*
|
||||
* @param mixed $ajax_message AJAX return
|
||||
* @param mixed $message UI message
|
||||
* @param mixed $message UI message
|
||||
*/
|
||||
protected function wp_die( $ajax_message, $message = null ) {
|
||||
if ( $this->doing_ajax() )
|
||||
@@ -98,7 +98,7 @@ final class WP_Customize_Manager {
|
||||
|
||||
return '_default_wp_die_handler';
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Start preview and customize theme.
|
||||
*
|
||||
@@ -140,7 +140,7 @@ final class WP_Customize_Manager {
|
||||
|
||||
$this->start_previewing_theme();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Callback to validate a theme once it is loaded
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user