Merged in feature/MAW-855-import-code-into-aws (pull request #2)
code import from pantheon * code import from pantheon
This commit is contained in:
@@ -15,7 +15,7 @@ foreach ( $notices as $type => $type_notices ) {
|
||||
?>
|
||||
<div class="<?php echo $type; ?> settings-error notice is-dismissible">
|
||||
<?php foreach ( $type_notices as $details ) { ?>
|
||||
<p><strong><?php echo $details['message']; ?></strong></p>
|
||||
<p><strong><?php echo wp_kses( $details['message'], [ 'code' => [] ] ); ?></strong></p>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user