Changes between Initial Version and Version 1 of Ticket #58855, comment 10
- Timestamp:
- 07/21/2023 03:42:05 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58855, comment 10
initial v1 1 It seems to me we're defining a solution here without defining a problem. Repeating my question from the initial ticket here: ''What'' would we use a general development mode for? How would `wp_is_development_mode()` differ from`WP_DEBUG`?1 It seems to me we're defining a solution here without defining a problem. Repeating my question from the initial ticket here: ''What'' would we use a general development mode for? How would a check for `wp_is_development_mode()` differ from a check for `WP_DEBUG`? 2 2 3 3 Until we can answer this question, I think this change is only for consistency sake with other functions that do different things, and would lead to confusion for which use-cases to rely on development mode vs debug mode.