]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/functions.wp-scripts.php
WordPress 3.4
[autoinstalls/wordpress.git] / wp-includes / functions.wp-scripts.php
index 228a3bfe1b69f8f491000ff39c14fe890ad5e1c4..a8dac35c257b88344ee1ceddbfbe24b597d30f80 100644 (file)
@@ -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 </head> or before </body>
  * @return null
  */