X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/bf5c68485ef07868ad0a91168ecd0092af7661ae..8f374b7233bc2815ccc387e448d208c5434eb961:/wp-includes/functions.wp-scripts.php diff --git a/wp-includes/functions.wp-scripts.php b/wp-includes/functions.wp-scripts.php index 228a3bfe..a8dac35c 100644 --- a/wp-includes/functions.wp-scripts.php +++ b/wp-includes/functions.wp-scripts.php @@ -45,7 +45,7 @@ function wp_print_scripts( $handles = false ) { * @param string $handle Script name * @param string $src Script url * @param array $deps (optional) Array of script names on which this script depends - * @param string|bool $ver (optional) Script version (used for cache busting), set to NULL to disable + * @param string|bool $ver (optional) Script version (used for cache busting), set to null to disable * @param bool $in_footer (optional) Whether to enqueue the script before or before * @return null */