Skip to content

Commit

Permalink
Adding support for span, em, and strong tags in notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
nateinaction committed Feb 27, 2018
1 parent 7861bb8 commit 5fb8ba6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wpengine-geoip.php
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,11 @@ public function action_admin_notices() {
'a' => array(
'href' => array(),
),
'span',
'strong',
'em',
)
)
);
?>
</p>
</div>
Expand Down

0 comments on commit 5fb8ba6

Please sign in to comment.