- fixed upload files;

- minified js files and changed enqueue to classic WP logic with DEBUG_SCRIPTS constant;
This commit is contained in:
nikitozzzzzzz
2017-08-06 19:50:31 +03:00
parent 8409b0fb5b
commit b6aff77568
23 changed files with 149 additions and 52 deletions
+5
View File
@@ -362,6 +362,11 @@ if ( ! class_exists( 'um\Config' ) ) {
'mail_from' => get_bloginfo('name'),
'mail_from_addr' => get_bloginfo('admin_email'),
'email_html' => 0,
'image_compression' => 60,
'image_max_width' => 1000,
'cover_min_width' => 1000,
'profile_photo_max_size' => 999999999,
'cover_photo_max_size' => 999999999,
);
$tabs = UM()->profile()->tabs_primary();