Bug fixes

This commit is contained in:
dignajar 2015-06-30 00:35:47 -03:00
parent e76e92bf98
commit ab23bf28d6
1 changed files with 1 additions and 7 deletions

View File

@ -9,13 +9,7 @@
</h2>
<p class="post-meta">
<span><?php
if( Text::isNotEmpty($Post->author()) ) {
echo $Post->author();
}
?></span>
<span><?php echo $Language->get('Posted By').' '.$Post->author() ?></span>
<span>Date: <?php echo $Post->dateCreated() ?></span>
</p>
</header>