Fix an English fail.
git-svn-id: https://develop.svn.wordpress.org/trunk@15740 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
07fca17d6d
commit
dfa0e20a64
@ -362,7 +362,7 @@ function default_password_nag() {
|
|||||||
echo '<div class="error default-password-nag">';
|
echo '<div class="error default-password-nag">';
|
||||||
echo '<p>';
|
echo '<p>';
|
||||||
echo '<strong>' . __('Notice:') . '</strong> ';
|
echo '<strong>' . __('Notice:') . '</strong> ';
|
||||||
_e('You’re using the auto-generated password for your account. Would you like to change it to something you’ll remember easier?');
|
_e('You’re using the auto-generated password for your account. Would you like to change it to something easier to remember?');
|
||||||
echo '</p><p>';
|
echo '</p><p>';
|
||||||
printf( '<a href="%s">' . __('Yes, take me to my profile page') . '</a> | ', admin_url('profile.php') . '#password' );
|
printf( '<a href="%s">' . __('Yes, take me to my profile page') . '</a> | ', admin_url('profile.php') . '#password' );
|
||||||
printf( '<a href="%s" id="default-password-nag-no">' . __('No thanks, do not remind me again') . '</a>', '?default_password_nag=0' );
|
printf( '<a href="%s" id="default-password-nag-no">' . __('No thanks, do not remind me again') . '</a>', '?default_password_nag=0' );
|
||||||
|
@ -242,7 +242,7 @@ class WP_oEmbed {
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
$title = ( !empty($data->title) ) ? $data->title : '';
|
$title = ( !empty($data->title) ) ? $data->title : '';
|
||||||
$return = '<img src="' . esc_url( $data->url ) . '" alt="' . esc_attr($title) . '" width="' . esc_attr($data->width) . '" height="' . esc_attr($data->height) . '" />';
|
$return = '<a href="' . esc_url( $url ) . '"><img src="' . esc_url( $data->url ) . '" alt="' . esc_attr($title) . '" width="' . esc_attr($data->width) . '" height="' . esc_attr($data->height) . '" /></a>';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'video':
|
case 'video':
|
||||||
|
Loading…
Reference in New Issue
Block a user