Opened 6 years ago
Closed 2 years ago
#50069 closed defect (bug) (fixed)
Plugin screen issue: when you don’t have any plugin installed or when delete all plugins on small screen
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.5 | Priority: | normal |
| Severity: | normal | Version: | 5.4 |
| Component: | Plugins | Keywords: | has-screenshots has-patch needs-testing |
| Focuses: | ui, css, administration | Cc: |
Description
Plugin screen issue: when you don’t have any plugin installed or when delete all plugins
Attachments (3)
Change History (13)
#1
@
6 years ago
- Summary changed from Plugin screen issue: when you don’t have any plugin installed or when delete all plugins to Plugin screen issue: when you don’t have any plugin installed or when delete all plugins on small screen
#7
@
2 years ago
- Focuses css added
- Keywords changes-requested added
- Milestone changed from Awaiting Review to 6.5
The patch adjusts the message when a plugin is deleted, but not when the page has zero plugins to list (in the .no-items row).
It probably should have both selectors:
#wpbody-content .wp-list-table.plugins .plugin-deleted-tr td,
#wpbody-content .wp-list-table.plugins .no-items td {
display: table-cell;
}
Note: See
TracTickets for help on using
tickets.


Patch.