mirror of
https://github.com/WordPress/WordPress.git
synced 2025-12-05 11:24:25 +01:00
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:
parent
1d029e933d
commit
38214e40aa
@ -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(); ?>
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user