phpcs cleanup
This commit is contained in:
parent
79640078d4
commit
417049e56f
|
@ -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'] ?? '' ) );
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue