Skip to content
This repository was archived by the owner on Mar 4, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content-audio.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<?php if ( ar2_get_theme_option( 'post_display[post_author]' ) ) : ?>
<div class="entry-author">
<?php printf( __( 'Posted by %1$s %2$s', 'ar2' ),
<?php printf( __( 'Posted by %1$s on %2$s', 'ar2' ),
'<address class="author vcard"><a rel="author" class="url fn n" href="' . get_author_posts_url( get_the_author_meta( 'ID' ) ) . '" title="' . esc_attr( get_the_author() ) . '">' . get_the_author() . '</a></address>',
'<abbr class="published">' . ar2_posted_on( false ) . '</abbr>'
); ?>
Expand Down
4 changes: 2 additions & 2 deletions content-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<?php if ( ar2_get_theme_option( 'post_display[post_author]' ) ) : ?>
<div class="entry-author">
<?php printf( __( 'Posted by %1$s %2$s', 'ar2' ),
<?php printf( __( 'Posted by %1$s on %2$s', 'ar2' ),
'<address class="author vcard"><a rel="author" class="url fn n" href="' . get_author_posts_url( get_the_author_meta( 'ID' ) ) . '" title="' . esc_attr( get_the_author() ) . '">' . get_the_author() . '</a></address>',
'<abbr class="published">' . ar2_posted_on( false ) . '</abbr>'
); ?>
Expand Down Expand Up @@ -92,4 +92,4 @@
<?php endif ?>

</footer><!-- .entry-footer -->
</article>
</article>
2 changes: 1 addition & 1 deletion content-video.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<?php if ( ar2_get_theme_option( 'post_display[post_author]' ) ) : ?>
<div class="entry-author">
<?php printf( __( 'Posted by %1$s %2$s', 'ar2' ),
<?php printf( __( 'Posted by %1$s on %2$s', 'ar2' ),
'<address class="author vcard"><a rel="author" class="url fn n" href="' . get_author_posts_url( get_the_author_meta( 'ID' ) ) . '" title="' . esc_attr( get_the_author() ) . '">' . get_the_author() . '</a></address>',
'<abbr class="published">' . ar2_posted_on( false ) . '</abbr>'
); ?>
Expand Down
4 changes: 2 additions & 2 deletions content.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<?php if ( ar2_get_theme_option( 'post_display[post_author]' ) ) : ?>
<div class="entry-author">
<?php printf( __( 'Posted by %1$s %2$s', 'ar2' ),
<?php printf( __( 'Posted by %1$s on %2$s', 'ar2' ),
'<address class="author vcard"><a rel="author" class="url fn n" href="' . get_author_posts_url( get_the_author_meta( 'ID' ) ) . '" title="' . esc_attr( get_the_author() ) . '">' . get_the_author() . '</a></address>',
'<abbr class="published">' . ar2_posted_on( false ) . '</abbr>'
); ?>
Expand Down Expand Up @@ -99,4 +99,4 @@
<?php endif ?>

</footer><!-- .entry-footer -->
</article>
</article>