Skip to content

Commit b9e71b7

Browse files
committed
Merge pull request #130 from fischadi/master
fix revoke on profile page
2 parents bd6d869 + 8292184 commit b9e71b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function rest_oauth1_profile_section( $user ) {
4646
?>
4747
<tr>
4848
<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>
49+
<td><button class="button" name="rest_oauth1_revoke" value="<?php echo esc_attr( $row['key'] ) ?>"><?php esc_html_e( 'Revoke', 'rest_oauth1' ) ?></button>
5050
</tr>
5151

5252
<?php endforeach ?>

0 commit comments

Comments
 (0)