Changeset 37171 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 04/10/2016 03:32:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r37164 r37171 999 999 } 1000 1000 1001 if ( ! empty( $wp_scripts->print_html_before ) ) {1002 echo $wp_scripts->print_html_before;1003 }1004 1005 1001 $concat = str_split( $concat, 128 ); 1006 1002 $concat = 'load%5B%5D=' . implode( '&load%5B%5D=', $concat );
Note: See TracChangeset
for help on using the changeset viewer.