From 2a338bb21b7b1416304c2f79059a599100a7035a Mon Sep 17 00:00:00 2001 From: Kosso Date: Sun, 6 Dec 2015 20:09:17 +0000 Subject: [PATCH 1/3] Fixed bug in Profile > Authorized Applications which failed to return the consumer name correctly. --- admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin.php b/admin.php index c1677d0..c9f2391 100644 --- a/admin.php +++ b/admin.php @@ -343,7 +343,7 @@ function json_oauth_profile_section( $user ) { post_title ) ?> From 40a16ee5bae0f670d5794fd3e40afc0861a7e9fb Mon Sep 17 00:00:00 2001 From: Kosso Date: Sun, 6 Dec 2015 20:50:37 +0000 Subject: [PATCH 2/3] Slightly better fomratting on the table. The core css has .form-table th with no left padding for some reason. Hardcoded some padding inline for now. Also included missing th element. --- admin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin.php b/admin.php index c9f2391..a0a98be 100644 --- a/admin.php +++ b/admin.php @@ -331,6 +331,7 @@ function json_oauth_profile_section( $user ) { +
From a54d1fd039873b14dc1f701e276428a1c6319796 Mon Sep 17 00:00:00 2001 From: Kosso Date: Sun, 6 Dec 2015 20:56:39 +0000 Subject: [PATCH 3/3] Applications list styling tweak. --- admin.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin.php b/admin.php index a0a98be..e9d6c23 100644 --- a/admin.php +++ b/admin.php @@ -331,14 +331,14 @@ function json_oauth_profile_section( $user ) { -
- +
- + +