Patrick Springstubbe
Patrick Springstubbe
I have read this a few times and it still makes no sense what your are talking about.
The plugin is designed with keyboard accessibility in mind. You can tab through the options and use spacebar to de/select an option. Not sure why when you open the dropdown...
The replacement of `current_time('timestamp')` to `time()` does work but is unnecessary. At the beginning of the `wp_update_plugins()` call `$new_option->last_checked = time()` happens then at the bottom of the `wp_update_plugins()` call...
There isn't a way to do it in the manner you are describing. The best thing I can think of is to write some custom validation when the form is...