And that's a wrap, folks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
80706e269d
commit
d5bb675acb
|
@ -119,12 +119,14 @@ cat_rows();
|
|||
|
||||
<?php include('edit-category-form.php'); ?>
|
||||
|
||||
<div class="wrap">
|
||||
<h3><?php _e('Importers & 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
|
||||
|
|
Loading…
Reference in New Issue