Changes between Version 6 and Version 7 of Ticket #64950, comment 5
- Timestamp:
- 04/01/2026 05:20:59 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64950, comment 5
v6 v7 28 28 29 29 Note on _doing_it_wrong(): 30 I explored adding a _doing_it_wrong() check for these early calls. However, because this function is invoked at the very beginning of the bootstrap process, triggering any output at this stage (even via trigger_error) leads to stability issues in the test environment (missing __(), wp_kses(), specifically causing REST API discovery failures in Multisite E2E tests).30 I explored adding a _doing_it_wrong() check for these early calls. However, because this function is invoked at the very beginning of the bootstrap process, triggering any output at this stage (even via trigger_error) leads to stability issues in the test environment (missing \__\(), wp_kses(), specifically causing REST API discovery failures in Multisite E2E tests). 31 31 That destabilize the bootstrap process and fail Multisite E2E tests. 32 32
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)