We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0aa73e + c3e7cc1 commit fe7f452Copy full SHA for fe7f452
theme/oauth1-authorize.php
@@ -8,6 +8,7 @@
8
$current_user = wp_get_current_user();
9
10
$url = site_url( 'wp-login.php?action=oauth1_authorize', 'login_post' );
11
+$url = add_query_arg( 'oauth_token', $token_key, $url );
12
13
?>
14
0 commit comments