Changeset 43666
- Timestamp:
- 10/02/2018 07:18:58 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r43663 r43666 584 584 printf( 585 585 /* translators: %s: default category */ 586 __( '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 %s.' ),586 __( '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 default category %s. The default category cannot be deleted.' ), 587 587 /** This filter is documented in wp-includes/category-template.php */ 588 588 '<strong>' . apply_filters( 'the_category', get_cat_name( get_option( 'default_category' ) ), '', '' ) . '</strong>'
Note: See TracChangeset
for help on using the changeset viewer.