|
|
@@ -22,11 +22,11 @@
|
|
|
|
|
|
<p class="byline entry-meta vcard">
|
|
|
|
|
|
- <?php printf( __( 'Posted %1$s by %2$s', 'bonestheme' ),
|
|
|
+ <?php printf( __( 'Posted', 'bonestheme' ).' %1$s %2$s',
|
|
|
/* the time the post was published */
|
|
|
'<time class="updated entry-time" datetime="' . get_the_time('Y-m-d') . '" itemprop="datePublished">' . get_the_time(get_option('date_format')) . '</time>',
|
|
|
/* the author of the post */
|
|
|
- '<span class="by">by</span> <span class="entry-author author" itemprop="author" itemscope itemptype="http://schema.org/Person">' . get_the_author_link( get_the_author_meta( 'ID' ) ) . '</span>'
|
|
|
+ '<span class="by">'.__( 'by', 'bonestheme' ).'</span> <span class="entry-author author" itemprop="author" itemscope itemptype="http://schema.org/Person">' . get_the_author_link( get_the_author_meta( 'ID' ) ) . '</span>'
|
|
|
); ?>
|
|
|
|
|
|
</p>
|
|
|
@@ -61,12 +61,12 @@
|
|
|
|
|
|
<footer class="article-footer">
|
|
|
|
|
|
- <?php printf( __( 'Filed under: %1$s', 'bonestheme' ), get_the_category_list(', ') ); ?>
|
|
|
+ <?php printf( __( 'filed under', 'bonestheme' ).': %1$s', get_the_category_list(', ') ); ?>
|
|
|
|
|
|
<?php the_tags( '<p class="tags"><span class="tags-title">' . __( 'Tags:', 'bonestheme' ) . '</span> ', ', ', '</p>' ); ?>
|
|
|
|
|
|
</footer> <?php // end article footer ?>
|
|
|
|
|
|
- <?php comments_template(); ?>
|
|
|
+ <?php //comments_template(); ?>
|
|
|
|
|
|
</article> <?php // end article ?>
|