REFACTOR remove unnecessary blank line in post-card.php for cleaner code
This commit is contained in:
parent
f90d43fd26
commit
3cdd5bebbd
|
|
@ -18,7 +18,6 @@ $editors = get_field('editors', $ID);
|
||||||
$numerotation = get_post_meta($ID, 'post_numerotation', true);
|
$numerotation = get_post_meta($ID, 'post_numerotation', true);
|
||||||
$tags = get_the_terms($ID, 'etiquettes');
|
$tags = get_the_terms($ID, 'etiquettes');
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<a class="post-card post-card--<?php echo $current_post_type . ' ' . ($has_post_thumbnail ? 'post-card--has-thumbnail' : ''); ?> card" href="<?php echo $link; ?> ">
|
<a class="post-card post-card--<?php echo $current_post_type . ' ' . ($has_post_thumbnail ? 'post-card--has-thumbnail' : ''); ?> card" href="<?php echo $link; ?> ">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user