From 83f674bf9a3c14a193b55cc2142daccac3e82a7c Mon Sep 17 00:00:00 2001 From: azaozz Date: Tue, 5 May 2009 04:28:05 +0000 Subject: [PATCH] Banishing ASCII quotes and apostrophes, props demetris, fixes #9655 git-svn-id: http://svn.automattic.com/wordpress/trunk@11190 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-attachment-rows.php | 8 ++--- wp-admin/import/blogger.php | 6 ++-- wp-admin/import/blogware.php | 2 +- wp-admin/import/dotclear.php | 6 ++-- wp-admin/import/greymatter.php | 4 +-- wp-admin/import/livejournal.php | 10 +++--- wp-admin/import/mt.php | 8 ++--- wp-admin/import/rss.php | 2 +- wp-admin/import/wordpress.php | 2 +- wp-admin/import/wp-cat2tag.php | 6 ++-- wp-admin/includes/class-wp-upgrader.php | 8 ++--- wp-admin/includes/dashboard.php | 2 +- wp-admin/includes/file.php | 2 +- wp-admin/includes/image.php | 4 +-- wp-admin/includes/media.php | 8 ++--- wp-admin/includes/template.php | 20 +++++------ wp-admin/includes/theme-install.php | 6 ++-- wp-admin/includes/user.php | 2 +- wp-admin/install.php | 4 +-- wp-admin/link-manager.php | 2 +- wp-admin/options-discussion.php | 4 +-- wp-admin/options-general.php | 2 +- wp-admin/options-writing.php | 2 +- wp-admin/page.php | 2 +- wp-admin/post.php | 2 +- wp-admin/themes.php | 6 ++-- wp-admin/upload.php | 6 ++-- wp-admin/users.php | 4 +-- wp-includes/author-template.php | 2 +- wp-includes/comment.php | 4 +-- wp-includes/default-widgets.php | 6 ++-- wp-includes/functions.php | 44 ++++++++++++------------- wp-includes/general-template.php | 2 +- wp-includes/taxonomy.php | 2 +- wp-mail.php | 2 +- xmlrpc.php | 32 +++++++++--------- 36 files changed, 117 insertions(+), 117 deletions(-) diff --git a/wp-admin/edit-attachment-rows.php b/wp-admin/edit-attachment-rows.php index 34cdffa0b..eb742dac7 100644 --- a/wp-admin/edit-attachment-rows.php +++ b/wp-admin/edit-attachment-rows.php @@ -62,7 +62,7 @@ foreach ($posts_columns as $column_name => $column_display_name ) { if ( $thumb = wp_get_attachment_image( $post->ID, array(80, 60), true ) ) { ?> - "> + @@ -74,7 +74,7 @@ foreach ($posts_columns as $column_name => $column_display_name ) { case 'media': ?> - >">
+ >
ID))); ?>

$column_display_name ) { $actions['edit'] = '' . __('Edit') . ''; if ( current_user_can('delete_post', $post->ID) ) $actions['delete'] = "ID) . "' onclick=\"if ( confirm('" . js_escape(sprintf( ('draft' == $post->post_status) ? __("You are about to delete this attachment '%s'\n 'Cancel' to stop, 'OK' to delete.") : __("You are about to delete this attachment '%s'\n 'Cancel' to stop, 'OK' to delete."), $post->post_title )) . "') ) { return true;}return false;\">" . __('Delete') . ""; - $actions['view'] = '' . __('View') . ''; + $actions['view'] = '' . __('View') . ''; $action_count = count($actions); $i = 0; echo '

'; @@ -182,7 +182,7 @@ foreach ($posts_columns as $column_name => $column_display_name ) { case 'actions': ?> > - "> | + | save_vars(); } - $directions = __('All posts were imported with the current user as author. Use this form to move each Blogger user\'s posts to a different WordPress user. You may add users and then return to this page and complete the user mapping. This form may be used as many times as you like until you activate the "Restart" function below.'); + $directions = __('All posts were imported with the current user as author. Use this form to move each Blogger user’s posts to a different WordPress user. You may add users and then return to this page and complete the user mapping. This form may be used as many times as you like until you activate the “Restart” function below.'); $heading = __('Author mapping'); $blogtitle = "{$blog['title']} ({$blog['host']})"; $mapthis = __('Blogger username'); @@ -796,7 +796,7 @@ class Blogger_Import { $blog = (int) $_GET['blog']; echo '

'.__('Congratulations!').'

'.__('Now that you have imported your Blogger blog into WordPress, what are you going to do? Here are some suggestions:').'