Changeset 37985 for trunk/src/wp-includes/class.wp-scripts.php
- Timestamp:
- 07/06/2016 12:39:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-scripts.php
r37518 r37985 198 198 */ 199 199 public function print_scripts_l10n( $handle, $echo = true ) { 200 _deprecated_function( __FUNCTION__, '3.3 ', 'print_extra_script()' );200 _deprecated_function( __FUNCTION__, '3.3.0', 'print_extra_script()' ); 201 201 return $this->print_extra_script( $handle, $echo ); 202 202 }
Note: See TracChangeset
for help on using the changeset viewer.