X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/784f914b1e4b1c62d6657e86397c2e83bcee4295..8d3bb1a5dcfdea9857d3c88c3751f09593e34dc8:/wp-includes/class.wp-scripts.php diff --git a/wp-includes/class.wp-scripts.php b/wp-includes/class.wp-scripts.php index 144bfce2..81634ece 100644 --- a/wp-includes/class.wp-scripts.php +++ b/wp-includes/class.wp-scripts.php @@ -197,7 +197,7 @@ class WP_Scripts extends WP_Dependencies { * @return bool|string|void Void if no data exists, extra scripts if `$echo` is true, true otherwise. */ public function print_scripts_l10n( $handle, $echo = true ) { - _deprecated_function( __FUNCTION__, '3.3', 'print_extra_script()' ); + _deprecated_function( __FUNCTION__, '3.3.0', 'print_extra_script()' ); return $this->print_extra_script( $handle, $echo ); } @@ -286,7 +286,7 @@ class WP_Scripts extends WP_Dependencies { if ( $this->do_concat ) { /** - * Filter the script loader source. + * Filters the script loader source. * * @since 2.2.0 * @@ -345,7 +345,7 @@ class WP_Scripts extends WP_Dependencies { $tag = "{$cond_before}{$before_handle}\n{$after_handle}{$cond_after}"; /** - * Filter the HTML script tag of an enqueued script. + * Filters the HTML script tag of an enqueued script. * * @since 4.1.0 * @@ -502,7 +502,7 @@ class WP_Scripts extends WP_Dependencies { $r = parent::all_deps( $handles, $recursion, $group ); if ( ! $recursion ) { /** - * Filter the list of script dependencies left to print. + * Filters the list of script dependencies left to print. * * @since 2.3.0 *