Skip to content

Commit

Permalink
Update help text for sticky control in Query loop (WordPress#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

0 comments on commit a13c4fc

Please sign in to comment.