[wp-trac] [WordPress Trac] #42649: Remove extra space after Dashboard & Comment admin menu
WordPress Trac
noreply at wordpress.org
Tue Nov 21 13:35:14 UTC 2017
#42649: Remove extra space after Dashboard & Comment admin menu
----------------------------+---------------------------------
Reporter: Hardik Amipara | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Menus | Version: 4.9
Severity: normal | Resolution:
Keywords: ui-feedback | Focuses: ui, administration
----------------------------+---------------------------------
Comment (by Hardik Amipara):
Replying to [comment:3 dd32]:
okay. No problem. Let me know what should we do. :)
I checked menu.php. I found separator.
It is use for after Dashboard separator
{{{
$menu[4] = array( '', 'read', 'separator1', '', 'wp-menu-separator' );
}}}
It is use for after Comments separator
{{{
$menu[59] = array( '', 'read', 'separator2', '', 'wp-menu-separator' );
}}}
That's why. It is displayed space.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42649#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list