We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93d8c2 commit 851fb08Copy full SHA for 851fb08
src/wp-includes/html-api/class-wp-html-processor.php
@@ -869,7 +869,9 @@ private function step_in_body() {
869
* that has not been implemented yet.
870
*
871
* As they're implemented, they should be removed from this list. An accompanying
872
- * test should help with this.
+ * test should help ensure this list is maintained.
873
+ *
874
+ * @see Tests_HtmlApi_WpHtmlProcessor::test_step_in_body_fails_on_unsupported_tags
875
876
* We throw the WP_HTML_Unsupported_Exception so we're free to implememnt
877
* the catch-all handling for any other start and end tag.
0 commit comments