Changeset 3070

Show
Ignore:
Timestamp:
11/14/05 08:58:16 (3 years ago)
Author:
matt
Message:

Real default category, fixes #1873

Files:

Legend:

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

    r2832 r3070  
    140140<?php if ( current_user_can('manage_categories') ) : ?> 
    141141<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> 
    144143</div> 
    145144