phpcs cleanup

This commit is contained in:
Corey McKrill 2023-10-26 12:55:27 -07:00
parent 79640078d4
commit 417049e56f
No known key found for this signature in database
GPG Key ID: 84BBFE669C4D97B8
1 changed files with 3 additions and 1 deletions

View File

@ -95,7 +95,9 @@ class ListTable extends WP_List_Table {
* @return void
*/
protected function extra_tablenav( $which ): void {
$all_sources = $this->get_sources_list();
$all_sources = $this->get_sources_list();
// phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
$current_source = $this->file_controller->sanitize_source( wp_unslash( $_GET['source'] ?? '' ) );
?>