mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Follow up: Welcome tab
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<div class="wrap about-wrap um-about-wrap">
|
||||
|
||||
<h1>Welcome to Ultimate Member</h1>
|
||||
|
||||
@@ -7,7 +8,7 @@
|
||||
|
||||
<h2 class="nav-tab-wrapper">
|
||||
|
||||
<?php foreach( $um_admin->about_tabs as $k => $tab ) {
|
||||
<?php foreach( $this->about_tabs as $k => $tab ) {
|
||||
|
||||
if ( $k == $template ) {
|
||||
$active = 'nav-tab-active';
|
||||
|
||||
Reference in New Issue
Block a user