mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fixed default avatar URL for sites at subfolder;
- user registration optimization (removed edit profile handlers on user registration); - fixed "can edit" checkbox at Forms add field modal window;
This commit is contained in:
@@ -8,6 +8,7 @@ if ( ! class_exists( 'Form' ) ) {
|
||||
class Form {
|
||||
|
||||
public $form_suffix;
|
||||
var $form_id;
|
||||
|
||||
function __construct() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user