Skip to content

Commit

Permalink
Fix plugins dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Dec 18, 2023
1 parent 0101c91 commit 0578994
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/admin-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
</h2>

<select id="plugin-check__plugins-dropdown" name="plugin_check_plugins">
<option value=""><?php esc_html_e( 'Select Plugin', 'plugin-check' ); ?></option>
<?php foreach ( $available_plugins as $plugin_basename => $available_plugin ) { ?>
<option value="<?php echo esc_attr( $plugin_basename ); ?>"<?php selected( $selected_plugin_basename, $plugin_basename ); ?>>
<?php echo esc_html( $available_plugin['Name'] ); ?>
Expand Down

0 comments on commit 0578994

Please sign in to comment.