- code review for reset password link;

This commit is contained in:
nikitasinelnikov
2019-05-05 23:01:07 +03:00
parent 8e3a42d453
commit e101bdbb39
8 changed files with 58 additions and 44 deletions
+1 -1
View File
@@ -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;
}