Skip to content

Commit

Permalink
fixup! WIP: Explore using Tag Processor for wp_kses_hair
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Mar 8, 2023
1 parent 5d58afc commit 6f88a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/kses.php
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ function wp_kses_attr_parse( $element ) {
}

$tag_name = strtolower( $p->get_tag() );
$attributes[] = "<{$tag_name}";
$attributes[] = "<{$tag_name} ";

foreach ( $p->get_attribute_names_with_prefix( '' ) as $name ) {
$value = $p->get_attribute( $name );
Expand Down

0 comments on commit 6f88a3e

Please sign in to comment.