-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Hide prefix and suffix placeholders in post terms #42418
Conversation
Size Change: +9 B (0%) Total Size: 1.25 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a straightforward and appropriate approach to solving this.
Not part of this PR but it's curious that we have __( 'Prefix' ) + ' '
below for the placeholder
. I assume that's to solve some graphical glitch but I also assume in RTL scripts that unintentionally adds space before the placeholder when we wanted it after
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR works well, thank you.
What?
Hides the prefix and suffix when the block is not selected so it matches what is shown in save.
Why?
Fixes #42318
How?
Hides the prefix and suffix placeholders when the block is not selected.
Testing Instructions
Screenshots or screencast
Co-authored-by: Dave Smith [email protected]