diff --git a/src/wp-content/themes/twentythirteen/image.php b/src/wp-content/themes/twentythirteen/image.php
index 7372018cb6..4332ee3ab5 100644
--- a/src/wp-content/themes/twentythirteen/image.php
+++ b/src/wp-content/themes/twentythirteen/image.php
@@ -27,7 +27,8 @@ get_header(); ?>
Published on
in
%5$s', 'twentythirteen' );
+ $published_text = __( 'Published on
in
%5$s', 'twentythirteen' );
+ $published_text = '
' . $published_text . '';
$post_title = get_the_title( $post->post_parent );
if ( empty( $post_title ) || 0 == $post->post_parent ) {
$published_text = '
';