Skip to content

Commit 2929fe2

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@61353 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e4147dc commit 2929fe2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/wp-admin/includes/plugin-install.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ function display_plugins_table() {
399399
);
400400
break;
401401
case 'install_plugins_featured':
402+
echo '<br>';
402403
break;
403404
case 'install_plugins_recommended':
404405
echo '<p>' . __( 'These suggestions are based on the plugins you and other users have installed.' ) . '</p>';
@@ -409,9 +410,6 @@ function display_plugins_table() {
409410
}
410411
break;
411412
}
412-
if ( isset( $_GET['tab'] ) && 'featured' === $_GET['tab'] ) {
413-
echo '<br />';
414-
}
415413
?>
416414
<form id="plugin-filter" method="post">
417415
<?php $wp_list_table->display(); ?>

0 commit comments

Comments
 (0)