Skip to content

Commit

Permalink
fix conditional spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jblz committed Jan 19, 2022
1 parent bdbb128 commit 83ee4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-parsely-3.0/src/class-parsely.php
Expand Up @@ -961,7 +961,7 @@ private function get_author_names( WP_Post $post ): array {
* @return string
*/
public function get_clean_parsely_page_value( ?string $val ): string {
if ( $val === null) {
if ( $val === null ) {
return '';
}

Expand Down

0 comments on commit 83ee4e4

Please sign in to comment.