Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

Commit

Permalink
Indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
kwight committed Apr 10, 2013
1 parent b2d4ddd commit 09ed70c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ function debut_theme_customizer( $wp_customize ) {
),
) ) );

// Set site name and description to be previewed in real-time
$wp_customize->get_setting('blogname')->transport='postMessage';
// Set site name and description to be previewed in real-time
$wp_customize->get_setting('blogname')->transport='postMessage';
$wp_customize->get_setting('blogdescription')->transport='postMessage';

// Enqueue scripts for real-time preview
Expand Down

0 comments on commit 09ed70c

Please sign in to comment.