Changeset 3070
- Timestamp:
- 11/14/05 08:58:16 (3 years ago)
- Files:
-
- trunk/wp-admin/categories.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/categories.php
r2832 r3070 140 140 <?php if ( current_user_can('manage_categories') ) : ?> 141 141 <div class="wrap"> 142 <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(1)) ?> 143 </p> 142 <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 143 </div> 145 144
