remove html tag unused

This commit is contained in:
Fabiano 2018-07-23 16:04:47 -03:00
parent a64da6c10f
commit 0b9b377411
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
<article role="article" id="post_<?php the_ID()?>" <?php post_class()?>>
<header class="mb-4">
<div class="header-meta text-muted mb-5">
<?php _e('By ', 'tainacan-theme'); the_author_posts_link(); ?>
<span class="time"><strong><?php _e('Send date', 'tainacan-theme'); ?>:</strong> <?php tainacan_post_date(); ?></span>
<span class="time"><?php tainacan_post_date(); ?></span>
<?php _e(', by ', 'tainacan-theme'); the_author_posts_link(); ?>
</div>
<?php //the_post_thumbnail(); ?>
</header>