Opened 12 months ago
Closed 12 months ago
#59501 closed defect (bug) (fixed)
Need to add space In Theme Activation Message
Reported by: | shailu25 | Owned by: | joedolson |
---|---|---|---|
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
@
12 months 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
@
12 months ago
Thanks for the patch!
We can avoid extra concatenation here and just insert the space before the link: '<a href="'
→ ' <a href="'
.
#6
@
12 months 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
@
12 months 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