Skip to content

Commit 96cfd6f

Browse files
committed
some wordpress coding standards dont make sense
1 parent 7731486 commit 96cfd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function-definitions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ function multiloquent_render_the_archive( $colour )
10291029
<div class="paralax_image_text">
10301030
<span class="h1"><a href="<?php the_permalink( ); ?>"><?php echo esc_attr( multiloquent_post_title( ) );?></a></span>
10311031
<p>
1032-
<?php echo esc_attr( multiloquent_render_tags( $post ) );?>
1032+
<?php echo multiloquent_render_tags( $post );?>
10331033
</p>
10341034
</div>
10351035
</div>

0 commit comments

Comments
 (0)