Skip to content

Commit

Permalink
Remove personality
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Jul 3, 2024
1 parent b2c1ef4 commit 8b125b4
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 @@ -2307,7 +2307,7 @@ public function reset_insertion_mode(): void {
* > 16. If _last_ is true, then switch the insertion mode to "in body"
* > and return. (fragment case)
*
* `$last` will always be true here, we've reached the end of the stack.
* This is only reachable if `$last` is true, as per the fragment parsing case.
*/
$this->state->insertion_mode = WP_HTML_Processor_State::INSERTION_MODE_IN_BODY;
}
Expand Down

0 comments on commit 8b125b4

Please sign in to comment.