[wp-trac] [WordPress Trac] #50069: Plugin screen issue: when you don’t have any plugin installed or when delete all plugins on small screen

WordPress Trac noreply at wordpress.org
Mon Dec 4 07:15:33 UTC 2023


#50069: Plugin screen issue: when you don’t have any plugin installed or when
delete all plugins on small screen
-------------------------------------+-------------------------------------
 Reporter:  passoniate               |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  6.5
Component:  Plugins                  |     Version:  5.4
 Severity:  normal                   |  Resolution:
 Keywords:  has-screenshots has-     |     Focuses:  ui, css,
  patch changes-requested            |  administration
-------------------------------------+-------------------------------------
Changes (by sabernhardt):

 * keywords:  has-screenshots has-patch => has-screenshots has-patch
     changes-requested
 * focuses:  ui, administration => ui, css, administration
 * milestone:  Awaiting Review => 6.5


Comment:

 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;
         }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/50069#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list