Skip to content

Commit

Permalink
make help text more indicative of what a sticky post is
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Jul 31, 2024
1 parent 26f33f0 commit 1940f4c
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. Multiple posts can be sticky at the same time.'
'Sticky posts always appear first, regardless of their publish date.'
) }
/>
);
Expand Down

0 comments on commit 1940f4c

Please sign in to comment.