mirror of
git://develop.git.wordpress.org/
synced 2025-03-24 22:10:02 +01: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:
parent
cabe470ae7
commit
f98b284768
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user