#30283 closed defect (bug) (fixed)
Set a minimum height on Appearance - Menus items.
Reported by: | philiparthurmoore | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Menus | Keywords: | has-patch |
Focuses: | administration | Cc: |
Description
When an empty title is used on a page its corresponding menu item in the Dashboard under Appearance - Menus is too short. See the attached image and patch.
Attachments (3)
Change History (9)
#2
in reply to:
↑ 1
@
10 years ago
Replying to philiparthurmoore:
I wonder if
__( '(no title)' )
would be appropriate here.
Either way it may still make sense to have a minimum height on these items in case a plugin modifies the title output and we're left with nothing, as it's shown above.
#3
@
10 years ago
- Component changed from General to Menus
- Focuses administration added
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
I wonder if
__( '(no title)' )
would be appropriate here.