Skip to content

Commit

Permalink
Merge pull request #75 from studio-arrenberg/main
Browse files Browse the repository at this point in the history
added the date
  • Loading branch information
j0hannr authored May 11, 2021
2 parents 8e90ae1 + 1d02789 commit 4a262c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elements/card-projekte.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<b><?php _e('Projekt', 'quartiersplattform'); ?> </b>
<br>
<?php _e('von ', 'quartiersplattform'); ?> <?php echo get_the_author_meta( 'user_firstname', get_the_author_meta( 'ID' ) ); ?>
<?php echo qp_date(get_the_date('Y-m-d H:i:s'), false); ?>
</span>
</a>
</div>
Expand Down

0 comments on commit 4a262c3

Please sign in to comment.