From df006b32e26444417b7fa31c8b5daa4d48ddf789 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Thu, 7 Oct 2010 08:04:15 +0000 Subject: [PATCH] Fix an English fail. git-svn-id: http://svn.automattic.com/wordpress/trunk@15740 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/user.php | 2 +- wp-includes/class-oembed.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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':