-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Post Template: Don't rely on the default 'ignore_sticky' REST API value #70020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: +6 B (0%) Total Size: 1.85 MB
ℹ️ View Unchanged
|
702face
to
e26ec2f
Compare
I'm going to merge this. The logic change isn't very complex. |
I am checking the PRs with the "Backport to WP Minor Release" label applied to clarify which PRs should be backported to the WordPress 6.8.2 release. Since this PR is to follow up on Changeset 60200, which was backported to WordPress 6.8.1, I think this should be included in 6.8.2. Is my understanding correct? |
Yes, this needs to be included in WP 6.8.2. |
…ue (#70020) Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
…ue (WordPress#70020) Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
…ue (#70020) Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
This PR was cherry-picked into the |
What?
This is a follow-up to https://core.trac.wordpress.org/changeset/60197.
PR updates the REST API query in the Post Template block and always sets the
ignore_sticky
argument without relying on default values.Why?
Preserves existing behavior while avoiding bugs after r60197.
Testing Instructions
Test Query
Testing Instructions for Keyboard
Same.
Screenshot