Ticket #45469: 45469.patch
| File 45469.patch, 577 bytes (added by , 7 years ago) |
|---|
-
src/wp-includes/script-loader.php
185 185 // at the `document.write`. Its caveat of synchronous mid-stream 186 186 // blocking write is exactly the behavior we need though. 187 187 'document.write( \'<script src="' . 188 esc_url( $scripts-> registered[ $handle ]->src ) .188 esc_url( $scripts->base_url . $scripts->registered[ $handle ]->src ) . 189 189 '"></scr\' + \'ipt>\' );' 190 190 ); 191 191 }