mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 14:13:46 +09:00
Fix uninstall function
This commit is contained in:
@@ -86,4 +86,5 @@
|
|||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
.um-admin-tip.n {margin-left: 5px}
|
.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;}
|
.um-admin-tip i {cursor: pointer; vertical-align: middle; font-size: 20px; line-height: 20px;color: #3ba1da !important;}
|
||||||
|
a.um-delete{ color: #a00; }
|
||||||
@@ -55,7 +55,7 @@ Domain Path: /languages
|
|||||||
|
|
||||||
$links = $more_links + $links;
|
$links = $more_links + $links;
|
||||||
|
|
||||||
$links[] = '<a href="'.admin_url().'?um_adm_action=uninstall_ultimatemember" class="delete" title="'.__('Remove this plugin','ultimatemember').'">' . __( 'Uninstall','ultimatemember' ) . '</a>';
|
$links[] = '<a href="'.admin_url().'?um_adm_action=uninstall_ultimatemember" class="um-delete" title="'.__('Remove this plugin','ultimatemember').'">' . __( 'Uninstall','ultimatemember' ) . '</a>';
|
||||||
|
|
||||||
return $links;
|
return $links;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user