- 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:
nikitozzzzzzz
2017-08-31 15:05:27 +03:00
parent 1f5bf3dafc
commit 026b783a24
9 changed files with 106 additions and 205 deletions
+1
View File
@@ -8,6 +8,7 @@ if ( ! class_exists( 'Form' ) ) {
class Form {
public $form_suffix;
var $form_id;
function __construct() {