atticus-finch/inc/excerpt-short-meta.php
kjodle c9facfa199 Initial commit
Version 0.4; not ready for submission
2015-10-22 13:24:52 -04:00

5 lines
147 B
PHP

<div class="aside-meta">
<?php
printf(__( 'Published on %1$s at %2$s', 'atticus-finch'), atticus_finch_date(), get_the_time() );
?>
</div>