Ticket #38409: 38409.0.diff
File 38409.0.diff, 560 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/js/customize-base.js
diff --git src/wp-includes/js/customize-base.js src/wp-includes/js/customize-base.js index 11b868c..7b2e469 100644
window.wp = window.wp || {}; 654 654 this.add( 'origin', this.url() ).link( this.url ).setter( function( to ) { 655 655 var urlParser = document.createElement( 'a' ); 656 656 urlParser.href = to; 657 return urlParser.protocol + '//' + urlParser.host name;657 return urlParser.protocol + '//' + urlParser.host; 658 658 }); 659 659 660 660 // first add with no value