mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 15:13:55 +09:00
Recent Changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
<?php include_once um_path . 'admin/templates/about_header.php'; ?>
|
||||
<?php global $ultimatemember; include_once um_path . 'admin/templates/about_header.php'; ?>
|
||||
|
||||
<div class="changelog headline-feature dfw">
|
||||
<h2>Introducing Ultimate Member</h2>
|
||||
@@ -68,20 +68,7 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
<div class="return-to-dashboard">
|
||||
<a href="<?php echo admin_url('admin.php?page=ultimatemember'); ?>">Go to Plugin Dashboard →</a>
|
||||
|
||||
<div class="alignright">
|
||||
|
||||
<?php global $reduxConfig; foreach ( $reduxConfig->args['share_icons'] as $k => $arr ) { ?><a href="<?php echo $arr['url']; ?>" class="um-about-icon um-admin-tipsy-n" title="<?php echo $arr['title']; ?>" target="_blank"><i class="<?php echo $arr['icon']; ?>"></i></a><?php } ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<?php include_once um_path . 'admin/templates/about_footer.php'; ?>
|
||||
Reference in New Issue
Block a user