- 2.1.12 pre-release;

This commit is contained in:
nikitasinelnikov
2020-10-29 18:54:15 +02:00
parent e53034fbd3
commit b1b5ce0e1c
5 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -2587,7 +2587,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
if ( $this->is_error( $key ) ) {
$output .= $this->field_error( $this->show_error( $key ) );
}else if ( $this->is_notice( $key ) ) {
} elseif ( $this->is_notice( $key ) ) {
$output .= $this->field_notice( $this->show_notice( $key ) );
}