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 bee3d24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wpengine-geoip.php
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,9 @@ public function action_admin_notices() {
'a' => array(
'href' => array(),
),
'span',
'strong',
'em',
)
)
?>
Expand Down

0 comments on commit bee3d24

Please sign in to comment.