mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
d7f3dbf939
commit
4ad3539113
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user