[wp-trac] [WordPress Trac] #32463: Admin plugin install page does not correctly sort plugins

WordPress Trac noreply at wordpress.org
Fri May 22 13:51:44 UTC 2015


#32463: Admin plugin install page does not correctly sort plugins
----------------------------+-----------------------------
 Reporter:  Thomas SCOLAN   |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Plugins         |    Version:  trunk
 Severity:  normal          |   Keywords:
  Focuses:  administration  |
----------------------------+-----------------------------
 The list of plugins in the featured page is not correctly sorted. The
 Orderby property does not exists in the items to be compared.

 line 139 in plugin-install.php :
 $this->orderby = 'group';

 Change by :
 $this->orderby = 'rating';

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32463>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list