#59857 closed defect (bug) (duplicate)
There is no space in the update notification
Reported by: | wildworks | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.4 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
When I tried to update from WP6.4 to 6.4.1 on the dashboard, I noticed that there was no spacing around the text. The update notifications displayed in WP6.3.2 appear to have appropriate spacing.
This may have something to do with the class name of the notification bar.
In WP6.4
<div class="notice notice-warning"> <a href="https://wordpress.org/documentation/wordpress-version/version-6-4-1/">WordPress 6.4.1</a> is available! <a href="https://example.com/wp-admin/update-core.php" aria-label="Please update WordPress now">Please update now</a>. </div>
In WP6.3.1
<div class="update-nag notice notice-warning inline"> <a href="https://wordpress.org/documentation/wordpress-version/version-6-4-1/">WordPress 6.4.1</a> is available! <a href="https://example.com/wp-admin/update-core.php" aria-label="Please update WordPress now">Please update now</a>. </div>
Attachments (2)
Change History (7)
#1
@
12 months ago
- Component changed from General to Administration
- Milestone changed from Awaiting Review to 6.4.2
Thanks for the report, I am able to reproduce this issue so have placed it on the 6.4.2 milestone.
#3
@
12 months ago
- Milestone 6.4.2 deleted
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #59830.
Thanks for the report @wildworks. I tested this thing, and confirmed that it's now fixed! The issue is now resolved in 6.4.1 in favor of: https://core.trac.wordpress.org/changeset/57087
Marking this as a duplicate, and Fixed.
Note: See
TracTickets for help on using
tickets.
In WP6.4