[wp-trac] [WordPress Trac] #51041: Incorrect message about the status of WP_AUTO_UPDATE_CORE
WordPress Trac
noreply at wordpress.org
Tue Sep 27 10:16:02 UTC 2022
#51041: Incorrect message about the status of WP_AUTO_UPDATE_CORE
--------------------------------------+-----------------------
Reporter: johnbillion | Owner: audrasjb
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 6.1
Component: Site Health | Version: 5.5
Severity: normal | Resolution: fixed
Keywords: has-patch good-first-bug | Focuses:
--------------------------------------+-----------------------
Changes (by audrasjb):
* status: accepted => closed
* resolution: => fixed
Comment:
In [changeset:"54325" 54325]:
{{{
#!CommitTicketReference repository="" revision="54325"
Site Health: Fix incorrect message about the status of
`WP_AUTO_UPDATE_CORE`.
Previously, the Site Health message said "The WP_AUTO_UPDATE_CORE constant
is defined and enabled" when in fact the constant was defined and disabled
using `define( 'WP_AUTO_UPDATE_CORE', false );`.
This changeset improves the message by providing the value of the
constant. For example: "The WP_AUTO_UPDATE_CORE constant is defined as
false".
Props johnbillion, chrisbudd1, robinwpdeveloper, audrasjb, Clorith.
Fixes #51041.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51041#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list