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
We should push and pop
  • Loading branch information
sirreal authored Jan 19, 2024
commit 59fea1f36423da60d3964fcfe28ce0b218a98052
1 change: 1 addition & 0 deletions src/wp-includes/html-api/class-wp-html-processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,7 @@ private function step_in_body() {
$this->close_a_p_element();
}
$this->insert_html_element( $this->state->current_token );
$this->state->stack_of_open_elements->pop();
$this->state->frameset_ok = false;
return true;
}
Expand Down