Skip to content

Commit c49dc0b

Browse files
committed
Add todo
1 parent 0fd7a10 commit c49dc0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/wp-includes/class-wp-block.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,9 @@ public function set_inner_html( string $html ): bool {
657657
return true;
658658
}
659659

660+
/**
661+
* @todo check for self-closing foreign content tags
662+
*/
660663
public function proceed_to_matching_closer(): bool {
661664
$tag_name = $this->get_tag();
662665

0 commit comments

Comments
 (0)