mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00: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;
|
public $content_url;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default version string for stylesheets.
|
* Default version string for scripts.
|
||||||
*
|
*
|
||||||
* @since 2.6.0
|
* @since 2.6.0
|
||||||
* @var string
|
* @var string
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user