Skip to content

Commit fdb09f7

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. Built from https://develop.svn.wordpress.org/trunk@61353 git-svn-id: https://core.svn.wordpress.org/trunk@60665 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent 6c11f82 commit fdb09f7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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(); ?>

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '7.0-alpha-61352';
19+
$wp_version = '7.0-alpha-61353';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)