Changeset 9506 for trunk/wp-admin/categories.php
- Timestamp:
- 11/04/2008 03:22:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r9477 r9506 231 231 </div> 232 232 233 <br class="clear" />234 233 </form> 234 235 <div class="form-wrap"> 236 <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> 237 <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> 238 </div> 239 235 240 </div> 236 241 </div><!-- /col-right --> … … 279 284 <?php } ?> 280 285 281 <div class="form-wrap">282 <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>283 <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>284 </div>285 286 286 </div> 287 287 </div><!-- /col-left -->
Note: See TracChangeset
for help on using the changeset viewer.