Changeset 31033 for trunk/src/wp-includes/class.wp-scripts.php
- Timestamp:
- 01/03/2015 05:12:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-scripts.php
r31032 r31033 179 179 180 180 if ( is_callable( $l10n ) ) { 181 $l10n = call_user_func( $l10n );181 $l10n = call_user_func( $l10n, $handle, $object_name ); 182 182 } 183 183
Note: See TracChangeset
for help on using the changeset viewer.