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.
1 parent 19a38bb commit a305facCopy full SHA for a305fac
inc/admin/namespace.php
@@ -110,7 +110,8 @@ function render() {
110
<?php
111
esc_html_e( 'Registered Applications', 'oauth2' );
112
113
- if ( current_user_can( 'create_users' ) ) : ?>
+ if ( current_user_can( 'create_users' ) ) :
114
+ ?>
115
<a href="<?php echo esc_url( get_url( 'action=add' ) ) ?>"
116
class="add-new-h2"><?php echo esc_html_x( 'Add New', 'application', 'oauth2' ); ?></a>
117
0 commit comments