Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matt authored and SteveJonesDev committed Jan 17, 2024
1 parent d939845 commit ef67d44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion accessibility-checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ function edac_summary_ajax() {

// password check.
if (
!(
! (
EDAC_KEY_VALID === true &&
edac_check_plugin_active( 'accessibility-checker-pro/accessibility-checker-pro.php' )
) &&
Expand Down
1 change: 0 additions & 1 deletion includes/options-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ function edac_display_options_page() {

// force edac_auth_type to reset in case user updates auth options.
delete_transient( 'edac_auth_type' );

}

/**
Expand Down

0 comments on commit ef67d44

Please sign in to comment.