Skip to content

Commit

Permalink
Update help text for sticky control in Query loop (#63999)
Browse files Browse the repository at this point in the history
* feat: Update help text for StickyControl in query editor

* make help text more indicative of what a sticky post is

---------

Co-authored-by: Rich Tabor <hi@richtabor.com>
  • Loading branch information
amitraj2203 and richtabor authored Jul 31, 2024
1 parent f0874ac commit a13c4fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function StickyControl( { value, onChange } ) {
value={ value }
onChange={ onChange }
help={ __(
'Blog posts can be “stickied”, a feature that places them at the top of the front page of posts, keeping it there until new sticky posts are published.'
'Sticky posts always appear first, regardless of their publish date.'
) }
/>
);
Expand Down

1 comment on commit a13c4fc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in a13c4fc.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/10186548144
📝 Reported issues:

Please sign in to comment.