From 4ad3539113cded70fa91b0fffe5aa49ee7de4c32 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 11 Aug 2018 15:09:24 +0000 Subject: [PATCH] Docs: Correct description for `WP_Scripts::$default_version`. See #42505. Built from https://develop.svn.wordpress.org/trunk@43563 git-svn-id: http://core.svn.wordpress.org/trunk@43392 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class.wp-scripts.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.