Marius L. Jensen
Marius L. Jensen
Currently, if loopbacks are failing, troubleshooting mode won't let you enable or disable plugins. This is part of the "This change will crash your site" protection, but if there's another...
Bedrock overrides plugin loading and calls regular plugins as Must-Use plugins, this can cause problems with troubleshooting mode and needs accounted for. It would probably be sensible to look at...
Some site health checks are often byproducts of other tests also failing, we can't always be certain of this, but there are some scenarios where this is more obvious than...
Given how easily we could mess up an installation with some procedures, more unit tests should be an ongoing task, and will also need to be introduced for existing code...
In an environment with the plugin network enabled, entering the network settings page to provide the SSO IdP Metadata provides a broken settings page, as the `SSO Config validation` field...
The latest change to the global headers in 917ed580530f02be0849c5609cb3312375a0fe12 introduced a dependency warning for a local `WPORGPATH`, making the header cause errors in local environments for single components of the...
Per now the devhub doesn't play well with deprecated parameters for function calls, an example of this would be the `get_the_author` function which used to have a parameter. The parser...
This introduces an additional check to verify a directory exists before trying to iterate over its sizes. Although `recurse_dirsize` will return a `false` if `is_dir()` returns a falsey value, it...
### Is your enhancement related to a problem? Please describe. One of WordPress' strengths is its userfriendliness, but how do we combine that with account recoveries? Users will lose their...
The dropdown menus in the dotorg primary navigation are using the interactivity API, which uses the `withSyncEvent` function that is not present on all sites using the global header. Currently...