Skip to content

Commit

Permalink
Revert changes from PR #707
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Aug 1, 2019
1 parent 99ee8a8 commit b55fd18
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/WP_Auth0_LoginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -640,12 +640,6 @@ protected function query_vars( $key ) {
if ( isset( $_REQUEST[ $key ] ) ) {
return $_REQUEST[ $key ];
}
if ( isset( $_GET[ $key ] ) ) {
return $_GET[ $key ];
}
if ( isset( $_POST[ $key ] ) ) {
return $_POST[ $key ];
}
return null;
}

Expand Down

0 comments on commit b55fd18

Please sign in to comment.