Changeset 3570 for trunk/wp-admin/categories.php
- Timestamp:
- 02/27/2006 04:57:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r3541 r3570 128 128 <th scope="col"><?php _e('Description') ?></th> 129 129 <th scope="col"><?php _e('# Posts') ?></th> 130 <th scope="col"><?php _e('# Links') ?></th> 130 131 <th colspan="2"><?php _e('Action') ?></th> 131 132 </tr> … … 141 142 <?php if ( current_user_can('manage_categories') ) : ?> 142 143 <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> 144 145 </div> 145 146
Note: See TracChangeset
for help on using the changeset viewer.