Sybre Waaijer
Sybre Waaijer
Test `test_build_comment_query_vars_from_block_sets_cpage_var()` ought to be deleted, for it no longer serves a purpose.
I recommend removing that code as proposed in this PR and fixing the cause that deemed the code necessary.
Howdy! Sorry for my absence. ## To reproduce the issue consistently: 1. WordPress 6.6.1 2. Theme: Twenty Twenty-Four 3. Plugins: None. 4. (optional) "Settings > Permalinks": Select "Post name" and...
The main query should not be adjusted after it has been established. Using `set_query_var()` is an anti pattern, something that should be reserved for niche plugin authors only. I recommend...
Correct. This issue was introduced back in 2008 via a patch, but its implications weren't apparent because `set_query_var()` only runs the moment the comment fields are being outputted, which almost...
Thanks for opening this bug report! Here's the reference: https://core.trac.wordpress.org/ticket/44937 From [this commit](https://github.com/WordPress/wordpress-develop/commit/c9a6a39f772775f5e95a85913029a91dfc0dd6ab): > Some plugins and themes load translations too early, before the current user is known. > This...
Hello! Thanks for the report 😃 This can only happen if the `post_parent` points to a post that has been deleted. WordPress intends to clean up these pointers when a...
We should add a toggle for this, as changing this behavior may negatively impact new WooCommerce sites. This toggle must be migrated later to #668, which may be annoying.
@ned-bs what feature are you looking for that already isn't in the Block Editor for images?
I understand. The image alt-tag generation is on the horizon and is now feasible since so many AI-APIs are available. However, it will take a long time to implement, and...