Skip to content

Commit

Permalink
Remove esc_html
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Jul 14, 2022
1 parent b42eab7 commit f69e90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/style-engine/class-wp-style-engine-css-rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function set_selector( $selector ) {
if ( empty( $selector ) ) {
return;
}
$this->selector = esc_html( $selector );
$this->selector = $selector;

return $this;
}
Expand Down

0 comments on commit f69e90d

Please sign in to comment.