Skip to content

Commit

Permalink
Allow icons in form HTML. (#2688)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg authored Jul 12, 2024
1 parent bbfee76 commit 0b22a85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions class-lifterlms.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,11 @@ private function define_constants() {
'aria-*' => true,
'border' => true,
),
'i' => array(
'class' => true,
'id' => true,
'aria-*' => true,
),
)
);
}
Expand Down

0 comments on commit 0b22a85

Please sign in to comment.