Changeset 5216

Show
Ignore:
Timestamp:
04/09/07 06:35:32 (2 years ago)
Author:
rob1n
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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