Skip to content

Commit b7ffc1f

Browse files
committed
Even more code style errors fix
1 parent 623655f commit b7ffc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parsers/class-wxr-parser-regex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function parse( $file ) {
8585
$multiline_content .= trim( substr( $importline, 0, $pos_closing ) );
8686

8787
$result = call_user_func( $handler[1], $multiline_content );
88-
if ( 'wp:author' === $tag && isset( $result['author_login'] ) ) {
88+
if ( 'wp:author' === $tag && isset( $result['author_login'] ) ) {
8989
$this->authors[ $result['author_login'] ] = $result;
9090
} else {
9191
$this->{$handler[0]}[] = $result;

0 commit comments

Comments
 (0)