Make WordPress Core

Changeset 6163


Ignore:
Timestamp:
09/24/2007 02:39:49 AM (17 years ago)
Author:
ryan
Message:

Remove reference to importers and move the note about converting up to the Note section. fixes #5060

File:
1 edited

Legend:

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

    r6026 r6163  
    112112<div class="wrap">
    113113<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>
     114<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>
    114115</div>
    115116
    116117<?php include('edit-category-form.php'); ?>
    117118
    118 <div class="wrap">
    119 <h3><?php _e('Importers &amp; Converters'); ?></h3>
    120 
    121 <ul>
    122     <li><a href="admin.php?import=wp-cat2tag"><?php _e('Selectively convert categories to tags'); ?></a></li>
    123     <li><a href="admin.php?import=utw"><?php _e('Import Ultimate Tag Warrior tags'); ?></a></li>
    124 </ul>
    125 </div>
    126119<?php endif; ?>
    127120
Note: See TracChangeset for help on using the changeset viewer.