mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Docs: Update description for the $wp_version global.
In addition to holding the version number, the WordPress version string is used to bust caches and to enable development mode for scripts when running from the `/src` directory. Follow-up to [803], [2585], [6554], [47230]. Props muhammadfaizanhaidar, azaozz. Fixes #53413. git-svn-id: https://develop.svn.wordpress.org/trunk@51809 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
/**
|
||||
* The WordPress version string.
|
||||
*
|
||||
* Holds the current version number for WordPress core. Used to bust caches
|
||||
* and to enable development mode for scripts when running from the /src directory.
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-alpha-51272-src';
|
||||
|
||||
Reference in New Issue
Block a user