[wp-trac] [WordPress Trac] #59857: There is no space in the update notification
WordPress Trac
noreply at wordpress.org
Thu Nov 9 02:13:34 UTC 2023
#59857: There is no space in the update notification
--------------------------+-----------------------------
Reporter: wildworks | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 6.4
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
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>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59857>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list