PluginProbe
Database Reset / 3.21
Database Reset v3.21
2.3.2 3.0 3.0.1 3.0.2 3.1 3.15 3.16 3.17 3.18 3.19 3.20 3.21 3.22 3.23 3.24 3.25 trunk 1.0 1.2 1.2.1 1.2.2 1.3 1.4 2.0 2.1 All 27 releases
← All changes | views/partials/notice.php +2 -2 trunk3.21 View file →
@@ -1,11 +1,11 @@
1 1 <?php if ( $this->notice_success ) : ?>
2 2 <div class="updated notice is-dismissible">
3 - <p><strong><?php echo esc_html($this->notice_success); ?>.</strong></p>
3 + <p><strong><?php echo $this->notice_success ?>.</strong></p>
4 4 </div>
5 5 <?php elseif ( $this->notice_error ) : ?>
6 6 <div class="error notice is-dismissible">
7 - <p><strong><?php echo esc_html($this->notice_error); ?></strong></p>
7 + <p><strong><?php echo $this->notice_error; ?></strong></p>
8 8 </div>
9 9 <?php endif ?>
10 10
11 11 <?php if ( $this->notice_success ) : ?>