Bug fixes
This commit is contained in:
parent
e76e92bf98
commit
ab23bf28d6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue