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
@@ -36,7 +36,6 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
* installed plugins.
*
* @since 4.9.0
* @access protected
*
* @return array
*/
@@ -340,6 +339,12 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
$views = apply_filters( "views_{$this->screen->id}", $views );
$this->screen->render_screen_reader_content( 'heading_views' );
printf(
/* translators: %s: https://wordpress.org/plugins/ */
'<p>' . __( 'Plugins extend and expand the functionality of WordPress. You may install plugins from the <a href="%s">WordPress Plugin Directory</a> right on this page, or upload a plugin in .zip format by clicking the button above.' ) . '</p>',
__( 'https://wordpress.org/plugins/' )
);
?>
<div class="wp-filter">
<ul class="filter-links">