mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 10:46:11 +09:00
- small wpcs fix
This commit is contained in:
@@ -57,7 +57,8 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
foreach ( $fields as $key => $data ) {
|
||||
$output .= UM()->fields()->edit_field( $key, $data );
|
||||
}
|
||||
echo wp_kses( $output, UM()->get_allowed_html( 'templates' ) ); ?>
|
||||
echo wp_kses( $output, UM()->get_allowed_html( 'templates' ) );
|
||||
?>
|
||||
|
||||
<div class="um-col-alt um-col-alt-b">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user