mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-14 04:06:36 +09:00
- code review for reset password link;
This commit is contained in:
@@ -504,7 +504,7 @@ if ( ! class_exists( 'um\core\Form' ) ) {
|
||||
* @param integer $post_id
|
||||
* @return string
|
||||
*/
|
||||
function form_type( $post_id ){
|
||||
function form_type( $post_id ) {
|
||||
$mode = get_post_meta( $post_id, '_um_mode', true );
|
||||
return $mode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user