Skip to content

Commit

Permalink
IMPROVE: Code formatting based on phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinjohn22 authored and github-actions[bot] committed Feb 5, 2024
1 parent c11fef9 commit 31190c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-job-openings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ public static function get_specifications_content( $post_id, $display_label, $fi
}
foreach ( $terms as $term ) {
$term_link = get_term_link( $term );
if ( ! is_singular( 'awsm_job_openings' ) || $is_specs_clickable !== 'make_clickable' || is_wp_error( $term_link ) || ! $has_term_link ) {
if ( ! is_singular( 'awsm_job_openings' ) || $is_specs_clickable !== 'make_clickable' || is_wp_error( $term_link ) || ! $has_term_link ) {
$spec_terms .= '<span class="awsm-job-specification-term">' . esc_html( $term->name ) . '</span> ';
} else {
$spec_terms .= sprintf( '<a href="%2$s" class="awsm-job-specification-term">%1$s</a> ', esc_html( $term->name ), esc_url( $term_link ) );
Expand Down

0 comments on commit 31190c7

Please sign in to comment.