Make WordPress Core


Ignore:
Timestamp:
04/09/2007 06:35:32 AM (18 years ago)
Author:
rob1n
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/categories.php

    r5033 r5216  
    119119
    120120<?php include('edit-category-form.php'); ?>
     121
     122<h3><?php _e('Importers &amp; Converters'); ?></h3>
     123
     124<ul>
     125    <li><a href="admin.php?import=wp-cat2tag"><?php _e('Selectively convert categories to tags'); ?></a></li>
     126    <li><a href="admin.php?import=utw"><?php _e('Import Ultimate Tag Warrior tags'); ?></a></li>
     127</ul>
    121128<?php endif; ?>
    122129
Note: See TracChangeset for help on using the changeset viewer.