Current Path : /webspace/www.babilon.be/html/leguide/wp-content/themes/twentyeleven/inc/ |
Current File : //webspace/www.babilon.be/html/leguide/wp-content/themes/twentyeleven/inc/theme-customizer.js |
( function( $ ){ wp.customize( 'blogname', function( value ) { value.bind( function( to ) { $( '#site-title a' ).html( to ); } ); } ); wp.customize( 'blogdescription', function( value ) { value.bind( function( to ) { $( '#site-description' ).html( to ); } ); } ); } )( jQuery );