mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fixed block edit/view layout;
This commit is contained in:
@@ -3432,9 +3432,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
|
||||
|
||||
/* HTML */
|
||||
case 'block':
|
||||
$output .= '<div ' . $this->get_atts( $key, $classes, $conditional, $data ) . '>
|
||||
<div class="um-field-block">' . $content . '</div>
|
||||
</div>';
|
||||
$output .= '<div ' . $this->get_atts( $key, $classes, $conditional, $data ) . '>' . $content . '</div>';
|
||||
break;
|
||||
|
||||
/* Shortcode */
|
||||
|
||||
Reference in New Issue
Block a user