- changed translate file;

This commit is contained in:
nikitozzzzzzz
2018-10-02 13:05:13 +03:00
parent f148e7ffe6
commit 48800351ad
3 changed files with 158 additions and 150 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Enqueue' ) ) {
* Load js for Add/Edit User form
*/
function load_role_wrapper() {
wp_register_script( 'um_admin_role_wrapper', $this->js_url . 'um-admin-role-wrapper.js', '', '', true );
wp_register_script( 'um_admin_role_wrapper', $this->js_url . 'um-admin-role-wrapper.js', '', ultimatemember_version, true );
wp_enqueue_script( 'um_admin_role_wrapper' );
$localize_roles_data = get_option( 'um_roles' );