Ticket #26111: 26111-2.diff
File 26111-2.diff, 545 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/class.wp-scripts.php
172 172 $handle = 'jquery-core'; 173 173 174 174 if ( is_callable( $l10n ) ) { 175 $l10n = call_user_func( $l10n );175 $l10n = call_user_func( $l10n, $handle, $object_name ); 176 176 } 177 177 178 178 if ( is_array($l10n) && isset($l10n['l10n_print_after']) ) { // back compat, preserve the code in 'l10n_print_after' if present