mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Changed page slug for password reset page
This commit is contained in:
+3
-3
@@ -27,7 +27,7 @@ class UM_Setup {
|
||||
'members' => array( 'title' => 'Members' ),
|
||||
'logout' => array( 'title' => 'Logout' ),
|
||||
'account' => array( 'title' => 'Account' ),
|
||||
'recover' => array( 'title' => 'Password Reset'),
|
||||
'password-reset' => array( 'title' => 'Password Reset'),
|
||||
);
|
||||
|
||||
$this->core_directory_meta['members'] = array(
|
||||
@@ -324,8 +324,8 @@ class UM_Setup {
|
||||
$content = '';
|
||||
} else if ( $slug == 'account' ) {
|
||||
$content = '[ultimatemember_account]';
|
||||
} else if ( $slug == 'recover' ) {
|
||||
$content = '[ultimatemember_recover]';
|
||||
} else if ( $slug == 'password-reset' ) {
|
||||
$content = '[ultimatemember_password]';
|
||||
} else if ( $slug == 'user' ){
|
||||
$content = $this->setup_shortcode['profile'];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user