Ticket #21164: 21164.patch
File 21164.patch, 614 bytes (added by , 12 years ago) |
---|
-
.php
old new function wp_customize_support_script() { 1659 1659 1660 1660 ?> 1661 1661 <script type="text/javascript"> 1662 /* <![CDATA[ */ 1662 1663 (function() { 1663 1664 var request, b = document.body, c = 'className', cs = 'customize-support', rcs = new RegExp('(^|\\s+)(no-)?'+cs+'(\\s+|$)'); 1664 1665 … … function wp_customize_support_script() { 1671 1672 b[c] = b[c].replace( rcs, '' ); 1672 1673 b[c] += ( window.postMessage && request ? ' ' : ' no-' ) + cs; 1673 1674 }()); 1675 /* ]]> */ 1674 1676 </script> 1675 1677 <?php 1676 1678 } 1679 No newline at end of file