diff --git a/wp-includes/class.wp-scripts.php b/wp-includes/class.wp-scripts.php index cfb72280fd..cf26b05f16 100644 --- a/wp-includes/class.wp-scripts.php +++ b/wp-includes/class.wp-scripts.php @@ -35,7 +35,7 @@ class WP_Scripts extends WP_Dependencies { public $content_url; /** - * Default version string for stylesheets. + * Default version string for scripts. * * @since 2.6.0 * @var string diff --git a/wp-includes/version.php b/wp-includes/version.php index d38cf157be..49bcf31e76 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43562'; +$wp_version = '5.0-alpha-43563'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.