WordPress / Advanced-administration-handbook

WordPress Advanced Administration Handbook. This handbook will have the most technical, general, documentation about WordPress.
https://developer.wordpress.org/advanced-administration/
GNU General Public License v2.0
92 stars 569 forks source link

WP_AUTO_UPDATE_CORE documentation could be improved #333

Open lewart3 opened 5 months ago

lewart3 commented 5 months ago

WP_AUTO_UPDATE_CORE documentation could be improved.

https://developer.wordpress.org/advanced-administration/upgrade/upgrading/#update-configuration

Specifically, the following text is unclear to me:

For development sites, the default value of WP_AUTO_UPDATE_CORE is true. For other sites, the default value of WP_AUTO_UPDATE_CORE is minor.

Starting WordPress 5.6, the default value of WP_AUTO_UPDATE_CORE for new WordPress installations is true. For new website, the default value of WP_AUTO_UPDATE_CORE is minor.

Thank you! Dan

UVLabs commented 2 months ago

It's indeed unclear, especially this part:

Starting WordPress 5.6, the default value of WP_AUTO_UPDATE_CORE for new WordPress installations is true. For new website, the default value of WP_AUTO_UPDATE_CORE is minor.