Matthew Boynes
Matthew Boynes
That's a clever idea. It would certainly mitigate any backwards compatibility issues. So the question, as you highlight, becomes "would avoiding the breaking change be worth maintaining two DOM structures...
My hunch is that it's not worth it. Groups are already a tangled mess, let's not add another knot.
@dlh01 to update to only use the WP4.7+ code.
`AssertTag()` is now deprecated. These tests all need to be replaced with, I guess, string matches. Doesn't look like phpunit replaced it with anything.
This should not delete `Fieldmanager_Context_Page`, as others may be using that. We will deprecate it elsewhere first.
The problem here is that the data is loaded in order to go through the save process, even though it's not being saved. However, not _all_ data is loaded (terms...
Thanks! I'll give this a thorough testing this week.
This could all be done pretty efficiently in MySQL, and we'd just need to clear the relevant object cache keys. In short, query for all post ids in the term,...
This is affected, and at least somewhat blocked, by WordPress/gutenberg#12903. If this PR is merged as-is, there will potentially be a very small window for a race condition where, 1....
Before merging this, waiting for some additional internal feedback. We might instead adopt a different strategy, e.g. removing `main` altogether and setting the current default branch to a working minor...