Embeds: Tweak a string added in [35429], and add a translator comment.

See #32522.


Built from https://develop.svn.wordpress.org/trunk@35430


git-svn-id: http://core.svn.wordpress.org/trunk@35394 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2015-10-29 11:42:25 +00:00
parent 59b1c9823a
commit 85c273818c
2 changed files with 3 additions and 2 deletions

View File

@ -205,12 +205,13 @@ if ( have_posts() ) :
else :
?>
<div class="wp-embed">
<p class="wp-embed-heading"><?php _e( 'Oops! That embed cant be found.' ); ?></p>
<p class="wp-embed-heading"><?php _e( 'Oops! That embed can&#8217;t be found.' ); ?></p>
<div class="wp-embed-excerpt">
<p>
<?php
printf(
/* translators: %s: a link to the embedded site */
__( 'It looks like nothing was found at this location. Maybe try visiting %s directly?' ),
'<strong><a href="' . esc_url( home_url() ) . '">' . esc_html( get_bloginfo( 'name' ) ) . '</a></strong>'
);

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta2-35429';
$wp_version = '4.4-beta2-35430';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.