Make WordPress Core

Changeset 61353


Ignore:
Timestamp:
12/05/2025 05:48:07 AM (9 days ago)
Author:
westonruter
Message:

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

Follow-up to [60528].

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/plugin-install.php

    r60528 r61353  
    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.