Skip to content
Draft
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
Add todo
  • Loading branch information
sirreal committed Nov 27, 2024
commit c49dc0b8601c74d0fa6becf9de7d6b768bd06e7a
3 changes: 3 additions & 0 deletions src/wp-includes/class-wp-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,9 @@ public function set_inner_html( string $html ): bool {
return true;
}

/**
* @todo check for self-closing foreign content tags
*/
public function proceed_to_matching_closer(): bool {
$tag_name = $this->get_tag();

Expand Down