Changeset 62448
- Timestamp:
- 06/02/2026 01:58:44 PM (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r61474 r62448 332 332 /** 333 333 * Overrides parent views so we can use the filter bar display. 334 * 335 * @global string $tab The current tab. 334 336 */ 335 337 public function views() { 338 global $tab; 339 336 340 $views = $this->get_views(); 337 341 … … 359 363 </ul> 360 364 361 <?php install_search_form(); ?> 365 <?php 366 if ( 'favorites' !== $tab ) { 367 install_search_form(); 368 } 369 ?> 362 370 </div> 363 371 <?php
Note: See TracChangeset
for help on using the changeset viewer.