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.

Built from https://develop.svn.wordpress.org/trunk@61353


git-svn-id: http://core.svn.wordpress.org/trunk@60665 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter 2025-12-05 05:50:32 +00:00
parent 1d029e933d
commit 38214e40aa
2 changed files with 2 additions and 4 deletions

View File

@ -399,6 +399,7 @@ function display_plugins_table() {
);
break;
case 'install_plugins_featured':
echo '<br>';
break;
case 'install_plugins_recommended':
echo '<p>' . __( 'These suggestions are based on the plugins you and other users have installed.' ) . '</p>';
@ -409,9 +410,6 @@ function display_plugins_table() {
}
break;
}
if ( isset( $_GET['tab'] ) && 'featured' === $_GET['tab'] ) {
echo '<br />';
}
?>
<form id="plugin-filter" method="post">
<?php $wp_list_table->display(); ?>

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '7.0-alpha-61352';
$wp_version = '7.0-alpha-61353';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.