mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed encoding if not installed mbstring PHP library;
- some texts changes; - some fixes on first install and forms metaboxes;
This commit is contained in:
@@ -159,7 +159,7 @@ if ( ! class_exists( 'Password' ) ) {
|
||||
);
|
||||
$args = wp_parse_args( $args, $defaults );
|
||||
|
||||
if ( isset( $args['use_globals'] ) && $args['use_globals'] == 1 ) {
|
||||
if ( empty( $args['use_custom_settings'] ) ) {
|
||||
$args = array_merge( $args, $this->get_css_args( $args ) );
|
||||
} else {
|
||||
$args = array_merge( $this->get_css_args( $args ), $args );
|
||||
|
||||
Reference in New Issue
Block a user