wip
This commit is contained in:
@@ -399,11 +399,6 @@ function display_plugins_table() {
|
||||
);
|
||||
break;
|
||||
case 'install_plugins_featured':
|
||||
printf(
|
||||
/* translators: %s: https://wordpress.org/plugins/ */
|
||||
'<p>' . __( 'Plugins extend and expand the functionality of WordPress. You may install plugins in the <a href="%s">WordPress Plugin Directory</a> right from here, or upload a plugin in .zip format by clicking the button at the top of this page.' ) . '</p>',
|
||||
__( 'https://wordpress.org/plugins/' )
|
||||
);
|
||||
break;
|
||||
case 'install_plugins_recommended':
|
||||
echo '<p>' . __( 'These suggestions are based on the plugins you and other users have installed.' ) . '</p>';
|
||||
@@ -414,6 +409,9 @@ 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(); ?>
|
||||
|
||||
Reference in New Issue
Block a user