'<p>' .
__( 'You can also browse a user’s favorite plugins, by using the Favorites link above the plugins list and entering their WordPress.org username.'
) . '</p>' .
'<p>' .
__( 'If you want to install a plugin that you’ve downloaded elsewhere, click the Upload Plugin button above the plugins list. You will be prompted to upload the .zip package, and once uploaded, you can activate the new plugin.'
) . '</p>',
));
get_current_screen()->
set_help_sidebar( '<p><strong>' .
__( 'For more information:'
) . '</strong></p>' .
'<p>' .
__( '<a href="https://wordpress.org/documentation/article/plugins-add-new-screen/">Documentation on Installing Plugins</a>'
) . '</p>' .
'<p>' .
__( '<a href="https://wordpress.org/support/forums/">Support forums</a>'
) . '</p>'
);
get_current_screen()->
set_screen_reader_content( array
( 'heading_views' =>
__( 'Filter plugins list'
),
'heading_pagination' =>
__( 'Plugins list navigation'
),
'heading_list' =>
__( 'Plugins list'
),
));
/**
* WordPress Administration Template Header.
*/
require_once ABSPATH . 'wp-admin/admin-header.php';