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.' ) ?>