Make WordPress Core


Ignore:
Timestamp:
02/27/2006 04:57:30 AM (19 years ago)
Author:
ryan
Message:

Bookmark/link rework. #2499

File:
1 edited

Legend:

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

    r3541 r3570  
    128128        <th scope="col"><?php _e('Description') ?></th>
    129129        <th scope="col"><?php _e('# Posts') ?></th>
     130        <th scope="col"><?php _e('# Links') ?></th>
    130131        <th colspan="2"><?php _e('Action') ?></th>
    131132    </tr>
     
    141142<?php if ( current_user_can('manage_categories') ) : ?>
    142143<div class="wrap">
    143 <p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete posts from that category, it will just set them back to the default category <strong>%s</strong>.'), get_catname(get_option('default_category'))) ?></p>
     144<p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete the posts and bookmarks in that category.  Instead, posts in the deleted category are set to the category <strong>%s</strong> and bookmarks are set to <strong>%s</strong>.'), get_catname(get_option('default_category')), get_catname(get_option('default_link_category'))) ?></p>
    144145</div>
    145146
Note: See TracChangeset for help on using the changeset viewer.