Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add note mentioning test
  • Loading branch information
sirreal committed Dec 22, 2023
commit ade089ebbaad403e140f437fdb63c8d0b22ec5f8
4 changes: 3 additions & 1 deletion src/wp-includes/html-api/class-wp-html-processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,9 @@ private function step_in_body() {
* that has not been implemented yet.
*
* As they're implemented, they should be removed from this list. An accompanying
* test should help with this.
* test should help ensure this list is maintained.
*
* @see Tests_HtmlApi_WpHtmlProcessor::test_step_in_body_fails_on_unsupported_tags
*
* We throw the WP_HTML_Unsupported_Exception so we're free to implememnt
* the catch-all handling for any other start and end tag.
Expand Down