Skip to content

Commit a305fac

Browse files
committed
Fix PHP end tag line
1 parent 19a38bb commit a305fac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inc/admin/namespace.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ function render() {
110110
<?php
111111
esc_html_e( 'Registered Applications', 'oauth2' );
112112

113-
if ( current_user_can( 'create_users' ) ) : ?>
113+
if ( current_user_can( 'create_users' ) ) :
114+
?>
114115
<a href="<?php echo esc_url( get_url( 'action=add' ) ) ?>"
115116
class="add-new-h2"><?php echo esc_html_x( 'Add New', 'application', 'oauth2' ); ?></a>
116117
<?php

0 commit comments

Comments
 (0)