Make WordPress Core

Changeset 61382


Ignore:
Timestamp:
12/15/2025 11:30:35 PM (8 months ago)
Author:
peterwilsoncc
Message:

Plugins: Restore line break between the filter links row and the plugin cards in the Featured view.

Follow-up to [60528].

Reviewed by wildworks.
Merges [61353] to the 6.9 branch.

Props mukesh27, sajib1223, TobiasBg, narenin, sabernhardt, westonruter.
See #63723.
Fixes #64337.

Location:
branches/6.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.9

  • branches/6.9/src/wp-admin/includes/plugin-install.php

    r60528 r61382  
    400400                        break;
    401401                case 'install_plugins_featured':
     402                        echo '<br>';
    402403                        break;
    403404                case 'install_plugins_recommended':
     
    409410                        }
    410411                        break;
    411         }
    412         if ( isset( $_GET['tab'] ) && 'featured' === $_GET['tab'] ) {
    413                 echo '<br />';
    414412        }
    415413        ?>
Note: See TracChangeset for help on using the changeset viewer.