[wp-trac] [WordPress Trac] #58281: Rollback Auto-Update (Rollback part 3)
WordPress Trac
noreply at wordpress.org
Mon Jun 3 21:37:53 UTC 2024
#58281: Rollback Auto-Update (Rollback part 3)
-------------------------------------------------+-------------------------
Reporter: afragen | Owner:
| johnbillion
Type: enhancement | Status: closed
Priority: normal | Milestone: 6.6
Component: Upgrade/Install | Version: 6.3
Severity: normal | Resolution: fixed
Keywords: has-patch dev-feedback needs- | Focuses:
testing has-testing-info early commit |
-------------------------------------------------+-------------------------
Changes (by costdev):
* status: reopened => closed
* resolution: => fixed
Comment:
In [changeset:"58309" 58309]:
{{{
#!CommitTicketReference repository="" revision="58309"
Upgrade/Install: Make `$is_debug` consistent in `WP_Automatic_Updater`.
[58139] introduced debugging flags to ensure debugging output would only
be shown when both the `WP_DEBUG` and `WP_DEBUG_LOG` constants are defined
as true. However, some of the flags incorrectly use `WP_DEBUG_DISPLAY`
rather than `WP_DEBUG_LOG`.
This fixes the flags to consistently use `WP_DEBUG` and `WP_DEBUG_LOG` as
intended.
Follow-up to [58128], [58139].
Props rogermedia, afragen, swissspidy, costdev.
Fixes #58281.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58281#comment:59>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list