[wp-trac] [WordPress Trac] #58449: Site Health shows extra white block on the top
WordPress Trac
noreply at wordpress.org
Wed Jun 7 05:49:24 UTC 2023
#58449: Site Health shows extra white block on the top
-------------------------------------+-------------------------------------
Reporter: amimulihsanmahdi | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Site Health | Version: trunk
Severity: normal | Resolution:
Keywords: has-patch needs-testing | Focuses: ui, css,
has-testing-info | administration
-------------------------------------+-------------------------------------
Changes (by audrasjb):
* keywords: reporter-feedback has-patch dev-feedback needs-design-feedback
=> has-patch needs-testing has-testing-info
Comment:
Hello,
I didn't notice this ticket, but I think [https://github.com/WordPress
/wordpress-develop/pull/4561 PR 4561] should fix both #58455 and #58449
(this ticket).
Testing steps:
0. Ensure you have `WP_DEBUG` / `WP_DEBUG_DISPLAY` set to `true`
1. Copy the following sample code in your functions.php file (or in a
custom mu-plugin for example) to generate a warning on the admin.
{{{
add_action( 'init', function() {
0 / 0;
} );
}}}
2. Go to Privacy Settings screen and to Site Health screen and ensure the
white background header is aligned to the menu.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58449#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list