Docs: In update_option(), remove an inaccurate statement about the $autoload value for new options.

If the option does not exist, it will be created with whatever was passed to the `$autoload` parameter, `'yes'` being only the default value.

Props leogermani.
Fixes #48357.
Built from https://develop.svn.wordpress.org/trunk@47373


git-svn-id: http://core.svn.wordpress.org/trunk@47160 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-02-25 20:08:07 +00:00
parent 3a333ef030
commit 153eb7537e
2 changed files with 2 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-beta2-47372';
$wp_version = '5.4-beta2-47373';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.