Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jul 25, 2024
1 parent e0e2b34 commit cbf40ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class-block-converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function __call( $name, $arguments ): ?Block {
public function convert_with_children( DOMNode $node ): string {
$children = '';

// Recursively convert the children of the blockquote to blocks.
// Recursively convert the children of the node.
foreach ( $node->childNodes as $child ) {
$child_block = $this->{$child->nodeName}( $child );

Expand Down

0 comments on commit cbf40ec

Please sign in to comment.