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
Indentation
  • Loading branch information
ockham committed Aug 18, 2025
commit 3c3f90886984ebd834d8d9036f853ee115e39bff
2 changes: 1 addition & 1 deletion src/wp-includes/class-wp-block-bindings-processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function replace_rich_text( $rich_text ) {
$this->output .= $rich_text;
$this->release_bookmark( '_wp_block_bindings_tag_opener' );

// Find matching tag closer.
// Find matching tag closer.
while ( $this->next_token() && $this->get_current_depth() >= $depth ) {
}

Expand Down