diff --git a/wp-admin/includes/user.php b/wp-admin/includes/user.php index ffea0d970..7c01fa710 100644 --- a/wp-admin/includes/user.php +++ b/wp-admin/includes/user.php @@ -362,7 +362,7 @@ function default_password_nag() { echo '
'; echo '

'; echo '' . __('Notice:') . ' '; - _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 '

'; printf( '' . __('Yes, take me to my profile page') . ' | ', admin_url('profile.php') . '#password' ); printf( '' . __('No thanks, do not remind me again') . '', '?default_password_nag=0' ); diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php index a09b31676..87e59a69b 100644 --- a/wp-includes/class-oembed.php +++ b/wp-includes/class-oembed.php @@ -242,7 +242,7 @@ class WP_oEmbed { return false; $title = ( !empty($data->title) ) ? $data->title : ''; - $return = '' . esc_attr($title) . ''; + $return = '' . esc_attr($title) . ''; break; case 'video':