From 2a016e6ca54ee3dfd93362da2d3dcdbc139c12df Mon Sep 17 00:00:00 2001 From: champsupertramp Date: Wed, 28 Sep 2016 18:45:10 +0800 Subject: [PATCH] Fix uninstall function --- admin/assets/css/um-admin-global.css | 3 ++- index.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/admin/assets/css/um-admin-global.css b/admin/assets/css/um-admin-global.css index 5ede186a..f8d2ea64 100644 --- a/admin/assets/css/um-admin-global.css +++ b/admin/assets/css/um-admin-global.css @@ -86,4 +86,5 @@ opacity: 0.8; } .um-admin-tip.n {margin-left: 5px} -.um-admin-tip i {cursor: pointer; vertical-align: middle; font-size: 20px; line-height: 20px;color: #3ba1da !important;} \ No newline at end of file +.um-admin-tip i {cursor: pointer; vertical-align: middle; font-size: 20px; line-height: 20px;color: #3ba1da !important;} +a.um-delete{ color: #a00; } \ No newline at end of file diff --git a/index.php b/index.php index ecf0fe71..c4ec94d3 100644 --- a/index.php +++ b/index.php @@ -55,7 +55,7 @@ Domain Path: /languages $links = $more_links + $links; - $links[] = '' . __( 'Uninstall','ultimatemember' ) . ''; + $links[] = '' . __( 'Uninstall','ultimatemember' ) . ''; return $links;