Dion Hulse
Dion Hulse
> If a hash was used, I think it'd need to use a dedicated constant. Otherwise it wouldn't be possible to rotate the WP salts without requiring users to setup...
Just ran into this, here's an example date string, and the `$match` value which triggers the warning: `2017-03-24T13:35:22+00:00` `Array ( [0] => 2017-03-24T13:35:22+00:00 [1] => 2017 [2] => 03 [3]...
Thank you for picking this up @BoukeHaarsma23, sorry I've been busy and was unable to follow up on this. Marking as closed in preference for #3850
See also: https://github.com/WordPress/wordcamp.org/pull/258
> Then how about this: That's actually pretty close to what is happening already, just not really documented/communicated as such. [WordCamp.org has it's own docker setup](https://github.com/WordPress/wordcamp.org/blob/production/.docker/readme.md), [learn.wordpress.org has it's own...
> most of those have a `.wp-env` subfolder with an `mu-plugins` PHP file that gets mapped into place. Why not just place the file in the right location in the...
Based on the above feedback, and limited movement on #490 I've proposed #502 which is a much smaller change and should be easier to review and approve.
FWIW I fully agree with this - Unsetting is not processing, and warning for lack of nonces when it's not processing it is just extra noise.
Hi @neppers3, The plugin is fully translatable, and can be translated via translate.wordpress.org, it appears that Norwegian is at 98% completion: https://translate.wordpress.org/projects/wp-plugins/two-factor/ It does appear as if the Email provider...
This looks like a safe change, a few lines later where `$post_exists` is used, the post_type is checked that it matches.. so querying only for that post_type shouldn't have any...