From e8b6fe73477d0a7bdbc86459c48c07e8934d6ba5 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 18 Mar 2009 02:43:45 +0000 Subject: [PATCH] Trim trailing whitespace git-svn-id: http://svn.automattic.com/wordpress/trunk@10810 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-comments.php | 2 +- wp-admin/edit-form-advanced.php | 24 ++-- wp-admin/import/livejournal.php | 194 ++++++++++++++-------------- wp-admin/import/mt.php | 4 +- wp-admin/includes/dashboard.php | 2 +- wp-admin/includes/file.php | 2 +- wp-admin/includes/media.php | 6 +- wp-admin/includes/misc.php | 30 ++--- wp-admin/includes/post.php | 10 +- wp-admin/includes/schema.php | 2 +- wp-admin/includes/taxonomy.php | 2 +- wp-admin/includes/template.php | 16 +-- wp-admin/includes/theme-install.php | 14 +- wp-admin/includes/upgrade.php | 18 +-- wp-admin/includes/user.php | 18 +-- wp-admin/options-general.php | 10 +- wp-admin/press-this.php | 8 +- wp-admin/themes.php | 2 +- wp-includes/author-template.php | 6 +- wp-includes/classes.php | 4 +- wp-includes/comment-template.php | 2 +- wp-includes/comment.php | 2 +- wp-includes/default-widgets.php | 26 ++-- wp-includes/functions.php | 28 ++-- wp-includes/general-template.php | 2 +- wp-includes/http.php | 16 +-- wp-includes/l10n.php | 10 +- wp-includes/link-template.php | 2 +- wp-includes/pluggable.php | 8 +- wp-includes/pomo/mo.php | 6 +- wp-includes/pomo/po.php | 8 +- wp-includes/pomo/translations.php | 4 +- wp-includes/post-template.php | 48 +++---- wp-includes/post.php | 18 +-- wp-includes/script-loader.php | 8 +- wp-includes/shortcodes.php | 8 +- wp-includes/taxonomy.php | 6 +- wp-includes/widgets.php | 22 ++-- wp-includes/wp-db.php | 2 +- wp-mail.php | 6 +- wp-settings.php | 4 +- xmlrpc.php | 34 ++--- 42 files changed, 322 insertions(+), 322 deletions(-) diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index d8d46da430..a8867315da 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -278,7 +278,7 @@ $page_links = paginate_links( array( helps) ? attribute_escape($taxonomy->helps) : __('Separate tags with commas.'); ?> -
+

- " class="the-tags" id="tax-input[]" value="ID, $tax_name ); ?>" /> - + " class="the-tags" id="tax-input[]" value="ID, $tax_name ); ?>" /> +

-
-
+
+
label) ? attribute_escape($taxonomy->label) : $tax_name; - add_meta_box('tagsdiv-' . $tax_name, $label, 'post_tags_meta_box', 'post', 'side', 'core'); - } -} + add_meta_box('tagsdiv-' . $tax_name, $label, 'post_tags_meta_box', 'post', 'side', 'core'); + } +} /** * Display post categories form fields. diff --git a/wp-admin/import/livejournal.php b/wp-admin/import/livejournal.php index f008496063..146cf51128 100644 --- a/wp-admin/import/livejournal.php +++ b/wp-admin/import/livejournal.php @@ -30,7 +30,7 @@ class LJ_API_Import { var $postmap; var $commentmap; var $pointers = array(); - + // This list taken from LJ, they don't appear to have an API for it var $moods = array( '1' => 'aggravated', '10' => 'discontent', @@ -193,7 +193,7 @@ class LJ_API_Import {

- + @@ -205,9 +205,9 @@ class LJ_API_Import { - +
- +

@@ -221,11 +221,11 @@ class LJ_API_Import {

WARNING: This can take a really long time if you have a lot of entries in your LiveJournal, or a lot of comments. Ideally, you should only start this process if you can leave your computer alone while it finishes the import." ) ?>

- +

- +

NOTE: If the import process is interrupted for any reason, come back to this page and it will continue from where it stopped automatically.' ) ?>