Pinking shears

git-svn-id: https://develop.svn.wordpress.org/trunk@22634 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2012-11-17 15:11:29 +00:00
parent 2f1e3701ed
commit 6d8bce688f
21 changed files with 76 additions and 76 deletions
+3 -3
View File
@@ -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
*