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
This commit is contained in:
Sergey Biryukov 2018-08-11 15:09:24 +00:00
parent d7f3dbf939
commit 4ad3539113
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.