[wp-trac] [WordPress Trac] #65026: Hide plugin search form on Favorites tab

WordPress Trac noreply at wordpress.org
Tue Jun 2 13:58:58 UTC 2026


#65026: Hide plugin search form on Favorites tab
--------------------------+--------------------------
 Reporter:  bor0          |       Owner:  westonruter
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:  7.1
Component:  Plugins       |     Version:
 Severity:  normal        |  Resolution:  fixed
 Keywords:  has-patch     |     Focuses:  ui
--------------------------+--------------------------
Changes (by westonruter):

 * status:  reviewing => closed
 * resolution:   => fixed


Comment:

 In [changeset:"62448" 62448]:
 {{{
 #!CommitTicketReference repository="" revision="62448"
 Plugins: Hide the search form on the Favorites tab.

 The plugin search form does not apply to the Favorites tab, which instead
 expects a WordPress.org username to look up a user's favorited plugins.
 Rendering the term-based search form there was misleading. Update
 `WP_Plugin_Install_List_Table::views()` to read the global `$tab` and skip
 `install_search_form()` when the favorites tab is active, while leaving
 the form in place on the Featured, Popular, and Recommended tabs.

 Developed in https://github.com/WordPress/wordpress-develop/pull/11457.

 Props manishxdp, bor0, westonruter, shailu25, sabbir1991.
 Fixes #65026.
 }}}

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


More information about the wp-trac mailing list