diff --git a/js/customize-preview.js b/js/customize-preview.js index fc99333..87c9471 100644 --- a/js/customize-preview.js +++ b/js/customize-preview.js @@ -11,20 +11,6 @@ .find( '#twentysixteen-color-scheme-css' ); } - // Site title. - api( 'blogname', function( value ) { - value.bind( function( to ) { - $( '.site-title a' ).text( to ); - } ); - } ); - - // Site tagline. - api( 'blogdescription', function( value ) { - value.bind( function( to ) { - $( '.site-description' ).text( to ); - } ); - } ); - // Add custom-background-image body class when background image is added. api( 'background_image', function( value ) { value.bind( function( to ) {