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
Revert "We should push and pop"
This reverts commit 59fea1f.
  • Loading branch information
sirreal committed Jan 19, 2024
commit 7531b403a978d34606ffa2ec23c6a99ad520beab
1 change: 0 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 @@ -950,7 +950,6 @@ 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