Skip to content

Commit

Permalink
Allow only line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
artpi committed May 22, 2019
1 parent f031cc6 commit 3ac5b7f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions modules/memberships/class-jetpack-memberships.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,7 @@ class Jetpack_Memberships {
*
* @var array
*/
private static $tags_allowed_in_the_button = array(
'br' => array(),
'em' => array(),
'strong' => array(),
'p' => array(),
'img' => array(
'src' => array(),
),
);
private static $tags_allowed_in_the_button = array( 'br' => array() );
/**
* Classic singleton pattern
*
Expand Down

0 comments on commit 3ac5b7f

Please sign in to comment.