5 lines
147 B
PHP
Executable File
5 lines
147 B
PHP
Executable File
<div class="aside-meta">
|
|
<?php
|
|
printf(__( 'Published on %1$s at %2$s', 'atticus-finch'), atticus_finch_date(), get_the_time() );
|
|
?>
|
|
</div>
|