mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 14:13:46 +09:00
Started work on dashboard
This commit is contained in:
@@ -3721,7 +3721,7 @@
|
||||
unset( $link['link'] );
|
||||
}
|
||||
|
||||
echo '<a href="' . $link['url'] . '" title="' . $link['title'] . '" target="_blank">';
|
||||
echo '<a href="' . $link['url'] . '" title="' . $link['title'] . '" target="_blank" class="um-admin-tipsy-n">';
|
||||
|
||||
if ( isset( $link['icon'] ) && ! empty( $link['icon'] ) ) {
|
||||
echo '<i class="' . $link['icon'] . '"></i>';
|
||||
|
||||
Reference in New Issue
Block a user