Skip to content

Commit

Permalink
HTML API: Fix missing * for docblock.
Browse files Browse the repository at this point in the history
Follow up to [56363].

Props dmsnell.
See #58918. Fixes #59010.


git-svn-id: https://develop.svn.wordpress.org/trunk@56376 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
aaronjorbin committed Aug 8, 2023
1 parent 79a36de commit f7fbd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/html-api/class-wp-html-processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ private function generate_implied_end_tags( $except_for_this_element = null ) {
}
}

/*
/**
* Closes elements that have implied end tags, thoroughly.
*
* See the HTML specification for an explanation why this is
Expand Down

0 comments on commit f7fbd0c

Please sign in to comment.