mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 21:53:43 +09:00
- added fix for options if they contains spaces in the start and the end of option (added trim);
This commit is contained in:
@@ -951,7 +951,9 @@ if ( ! class_exists( 'um\admin\core\Admin_Builder' ) ) {
|
||||
|
||||
<input type="hidden" name="_position" id="_position" value="<?php echo $metabox->edit_array['position']; ?>" />
|
||||
|
||||
<?php if ( isset( $args['mce_content'] ) ) { ?><div class="dynamic-mce-content"><?php echo $metabox->edit_array['content']; ?></div><?php } ?>
|
||||
<?php if ( isset( $args['mce_content'] ) ) { ?>
|
||||
<div class="dynamic-mce-content"><?php echo ! empty( $metabox->edit_array['content'] ) ? $metabox->edit_array['content'] : ''; ?></div>
|
||||
<?php } ?>
|
||||
|
||||
<?php $this->modal_header(); ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user