Changeset 32124 for trunk/src/wp-includes/class.wp-scripts.php
- Timestamp:
- 04/14/2015 03:12:49 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-scripts.php
r31223 r32124 164 164 $tag = "{$cond_before}<script type='text/javascript' src='$src'></script>\n{$cond_after}"; 165 165 166 /** 166 /** 167 167 * Filter the HTML script tag of an enqueued script. 168 168 * … … 193 193 $handle = 'jquery-core'; 194 194 195 if ( is_callable( $l10n ) ) {196 $l10n = call_user_func( $l10n, $handle, $object_name );197 }198 199 195 if ( is_array($l10n) && isset($l10n['l10n_print_after']) ) { // back compat, preserve the code in 'l10n_print_after' if present 200 196 $after = $l10n['l10n_print_after'];
Note: See TracChangeset
for help on using the changeset viewer.