Skip to content

Commit 3da1eb4

Browse files
committed
Missing empty line.
1 parent 129fed9 commit 3da1eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Traits/OrderBy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ public function process_orderBy(): void {
6868
// WP_Query is case-sensitive and only recognizes 'ID' (uppercase).
6969
$this->custom_args['orderby'] = ( 'id' === $order_by ) ? 'ID' : $order_by;
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)