Changeset 25465
- Timestamp:
- 09/16/2013 10:11:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-scripts.php
r24635 r25465 120 120 $src = esc_url( apply_filters( 'script_loader_src', $src, $handle ) ); 121 121 122 if ( ! $src ) 123 return true; 124 122 125 if ( $this->do_concat ) 123 126 $this->print_html .= "<script type='text/javascript' src='$src'></script>\n";
Note: See TracChangeset
for help on using the changeset viewer.