diff --git a/wp-content/themes/twentythirteen/image.php b/wp-content/themes/twentythirteen/image.php index 7372018cb6..4332ee3ab5 100644 --- a/wp-content/themes/twentythirteen/image.php +++ b/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 = ''; diff --git a/wp-includes/version.php b/wp-includes/version.php index 977993dd08..ed3229b2b3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51553'; +$wp_version = '5.9-alpha-51554'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.