Link to categories to tags converter and UTW importer. fixes #4100 #4107

git-svn-id: https://develop.svn.wordpress.org/trunk@5216 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-04-09 06:35:32 +00:00
parent 5dd06ccdb7
commit 9862ce334e
1 changed files with 7 additions and 0 deletions

View File

@ -118,6 +118,13 @@ cat_rows();
</div> </div>
<?php include('edit-category-form.php'); ?> <?php include('edit-category-form.php'); ?>
<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>
<?php endif; ?> <?php endif; ?>
<?php <?php