Changeset 36633 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 02/23/2016 04:43:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r36591 r36633 993 993 } 994 994 995 if ( ! empty( $wp_scripts->print_html_before ) ) { 996 echo $wp_scripts->print_html_before; 997 } 998 995 999 $concat = str_split( $concat, 128 ); 996 1000 $concat = 'load%5B%5D=' . implode( '&load%5B%5D=', $concat );
Note: See TracChangeset
for help on using the changeset viewer.