Dion Hulse
Dion Hulse
The links in this document have been broken for 2 years, the content was imported from the Codex without any of the links being updated. I've done a find-replace on...
> In the TOTP window, an empty line should be inserted between the instructions and field label. This was resolved through #521 I believe. > change the "Submit" button to...
Another aspect worthwhile considering here is the action for Security keys, which may want/need to include an explicit user-interaction step to trigger it. While I don't think it would prevent...
As one can see... this is fairly ugly checking for the data types everywhere. This has redirected me back to https://core.trac.wordpress.org/ticket/22325 / https://core.trac.wordpress.org/ticket/18322 and experimenting with it: https://github.com/WordPress/wordpress-develop/compare/trunk...dd32:wordpress-develop:try/request-abstraction It might...
@imath No urgency here IMHO, this isn't worth rushing, better to get it right and clean instead. I only did the `input sanitization` on a few files in the PR,...
> is it ok if we fix it in next major Totally, this isn't a 'light' PR, nor is it urgent. The only reason for this PR was those warnings...
Having the Toolbar present, purely for login/register links is really a vestige of the previous design. One question I have for the proposed design here though; is whether the logged...
I personally like the idea of moving it to above the search box.
> Are there any updates about the themes infrastructure and how the ZIP storage method works? No changes have been made there yet. Theme zips are also regenerated occasionally, although...
Aside from the hacky `sed "/WP_ENVIRONMENT_TYPE/d" -i ....` within the action setup, I think this is working well enough that it's worth committing and expanding upon over time for other...