id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 57863 HTML API: Document the shorthand usage of the next_tag() function zieladam hellofromTonya "In `WP_HTML_Tag_Processor`, the next_tag() method may be used with a query: $this->next_tag( array( 'tag_name' => 'img' ) ) But it may also be used with just a tag name: $this->next_tag( 'img' ) Both forms are valid, but only the former one is covered in the docstrings. " defect (bug) closed normal 6.2 HTML API normal fixed has-patch commit docs