This commit is contained in:
Hanson.xyz Dev
2026-01-04 17:50:08 -06:00
parent 7e45ce0756
commit acc8ac87a0
4131 changed files with 232562 additions and 250244 deletions
+3 -5
View File
@@ -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(); ?>