WordPress / plugin-check

A repository for the new Plugin Check plugin from the WordPress Performance and Plugins Team.
https://wordpress.org/plugins/plugin-check/
GNU General Public License v2.0
242 stars 49 forks source link

Remove default select option from plugins dropdown #343

Closed ernilambar closed 9 months ago

ernilambar commented 9 months ago

Proposing to remove default select option:

<option value=""><?php esc_html_e( 'Select Plugin', 'plugin-check' ); ?></option>

Ref: /templates/admin-page.php L26