Skip to content

Commit

Permalink
Add lists to allowed HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
atimmer committed Mar 11, 2017
1 parent 753120a commit ecbcf83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/presenters/Whip_WPMessagePresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ public function kses( $message ) {
),
'strong' => true,
'p' => true,
'ul' => true,
'li' => true,
) );
}
}

0 comments on commit ecbcf83

Please sign in to comment.