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 bd6d869 + 8292184 commit b9e71b7Copy full SHA for b9e71b7
admin.php
@@ -46,7 +46,7 @@ function rest_oauth1_profile_section( $user ) {
46
?>
47
<tr>
48
<td><?php echo esc_html( $application->post_title ) ?></td>
49
- <td><button class="button" name="oauth_revoke" value="<?php echo esc_attr( $row['key'] ) ?>"><?php esc_html_e( 'Revoke', 'rest_oauth1' ) ?></button>
+ <td><button class="button" name="rest_oauth1_revoke" value="<?php echo esc_attr( $row['key'] ) ?>"><?php esc_html_e( 'Revoke', 'rest_oauth1' ) ?></button>
50
</tr>
51
52
<?php endforeach ?>
0 commit comments