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 40a16ee commit a54d1fdCopy full SHA for a54d1fd
admin.php
@@ -331,14 +331,14 @@ function json_oauth_profile_section( $user ) {
331
<table class="form-table">
332
<tbody>
333
<tr>
334
- <th></th>
335
<th scope="row"><?php _e( 'Authorized Applications', 'json_oauth' ) ?></th>
336
<td>
337
<?php if ( ! empty( $approved ) ): ?>
338
- <table class="widefat sessions-table">
+ <table class="widefat">
339
<thead>
340
341
- <th scope="col"><?php _e( 'Application Name', 'wpsm' ); ?></th>
+ <th style="padding-left:10px;"><?php _e( 'Application Name', 'wpsm' ); ?></th>
+ <th></th>
342
</tr>
343
</thead>
344
0 commit comments