Skip to content

Commit 0ca080a

Browse files
committed
WPCS
1 parent 2523382 commit 0ca080a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-includes/html-api/class-wp-html-tag-processor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,8 +1601,8 @@ private function parse_next_tag() {
16011601
* `?` as the modifiable text, the `<!--->` needs to become `<!--?-->`, which
16021602
* involves inserting an additional `-` into the token after the modifiable text.
16031603
*/
1604-
$this->parser_state = self::STATE_COMMENT;
1605-
$this->token_length = $closer_at + $span_of_dashes + 1 - $this->token_starts_at;
1604+
$this->parser_state = self::STATE_COMMENT;
1605+
$this->token_length = $closer_at + $span_of_dashes + 1 - $this->token_starts_at;
16061606

16071607
// Only provide modifiable text if the token is long enough to contain it.
16081608
if ( $span_of_dashes >= 2 ) {

0 commit comments

Comments
 (0)