Skip to content

Commit 286c1bb

Browse files
committed
lint fix
1 parent a026d1b commit 286c1bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/WP_Export_Query.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ private function category_where() {
292292
if ( ! $category ) {
293293
return;
294294
}
295-
$this->category = $category;
296-
$this->joins[] = "INNER JOIN {$wpdb->term_relationships} AS tr ON (p.ID = tr.object_id)";
295+
$this->category = $category;
296+
$this->joins[] = "INNER JOIN {$wpdb->term_relationships} AS tr ON (p.ID = tr.object_id)";
297297
$this->where_clauses[] = $wpdb->prepare( 'tr.term_taxonomy_id = %d', $category->term_taxonomy_id );
298298
}
299299

0 commit comments

Comments
 (0)