Fix unlinked site title in the Customizer
This commit is contained in:
parent
8ceefdcdeb
commit
f367fefd72
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
// Site title and description.
|
||||
wp.customize( 'blogname', function( value ) {
|
||||
value.bind( function( to ) {
|
||||
$( '.site-title' ).text( to );
|
||||
$( '.site-title a' ).text( to );
|
||||
} );
|
||||
} );
|
||||
wp.customize( 'blogdescription', function( value ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue