diff --git a/wp-includes/functions.wp-scripts.php b/wp-includes/functions.wp-scripts.php index 68424e8ed8..cb459e2da1 100644 --- a/wp-includes/functions.wp-scripts.php +++ b/wp-includes/functions.wp-scripts.php @@ -86,7 +86,7 @@ function wp_print_scripts( $handles = false ) { } /** - * Add extra code to a registered script. + * Adds extra code to a registered script. * * Code will only be added if the script in already in the queue. * Accepts a string $data containing the Code. If two or more code blocks diff --git a/wp-includes/version.php b/wp-includes/version.php index a71632ba89..48d815b6df 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta1-36706'; +$wp_version = '4.5-beta1-36707'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.