Skip to content

Commit 26ae547

Browse files
committed
standardize whitespace
1 parent 9dc94ca commit 26ae547

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

category-projects.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
<a href="<?php echo esc_url( get_permalink() ); ?>"><?php the_title(); ?></a>
5252
</div>
5353
<div class="author">
54-
<?php $author = get_post_meta($post->ID, 'project-author', true);
55-
if ($author) {echo $author;}
56-
else {echo '&nbsp;';}
57-
?>
58-
</div>
54+
<?php $author = get_post_meta($post->ID, 'project-author', true);
55+
if ($author) {echo $author;}
56+
else {echo '&nbsp;';}
57+
?>
58+
</div>
5959
</div>
6060
</div>
6161

0 commit comments

Comments
 (0)