Opened 2 years ago
Closed 2 years ago
#59501 closed defect (bug) (fixed)
Need to add space In Theme Activation Message
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.4 | Priority: | normal |
| Severity: | minor | Version: | 6.4 |
| Component: | Themes | Keywords: | has-patch has-screenshots commit |
| Focuses: | Cc: |
Description
When a new theme is activated, the message currently displayed reads: "New theme activated.Visit site."
Need to add space between "New theme activated." and the "Visit site" link.
Attachments (5)
Change History (15)
#2
@
2 years ago
- Milestone changed from Awaiting Review to 6.4
- Owner set to joedolson
- Status changed from new to accepted
- Type changed from enhancement to defect (bug)
This is a follow up to #57791.
#3
@
2 years ago
Thanks for the patch!
We can avoid extra concatenation here and just insert the space before the link: '<a href="' → ' <a href="'.
#6
@
2 years ago
We get same error for Settings saved and theme activated. message. Check https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-admin/themes.php#L274
#8
@
2 years ago
Thanks everyone for your contributions. 59501.3.patch LGTM and resolves the feedback mentioned. Looks ready for commit.
Hey @joedolson are you planning to commit it today for Beta 2?
Note: See
TracTickets for help on using
tickets.
Patch Added