Skip to content

Commit

Permalink
Remove reference to importers and move the note about converting up t…
Browse files Browse the repository at this point in the history
…o the Note section. fixes #5060

git-svn-id: http://svn.automattic.com/wordpress/trunk@6163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ryan committed Sep 24, 2007
1 parent 6486085 commit fd17fe4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions wp-admin/categories.php
Expand Up @@ -111,18 +111,11 @@
<?php if ( current_user_can('manage_categories') ) : ?>
<div class="wrap">
<p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category <strong>%s</strong>.'), apply_filters('the_category', get_catname(get_option('default_category')))) ?></p>
<p><?php printf(__('Categories can be selectively converted to tags using the <a href="%s">category to tag converter</a>.'), 'admin.php?import=wp-cat2tag') ?></p>
</div>

<?php include('edit-category-form.php'); ?>

<div class="wrap">
<h3><?php _e('Importers &amp; Converters'); ?></h3>

<ul>
<li><a href="admin.php?import=wp-cat2tag"><?php _e('Selectively convert categories to tags'); ?></a></li>
<li><a href="admin.php?import=utw"><?php _e('Import Ultimate Tag Warrior tags'); ?></a></li>
</ul>
</div>
<?php endif; ?>

<?php
Expand Down

0 comments on commit fd17fe4

Please sign in to comment.