Changeset 41221 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 08/03/2017 04:12:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r40655 r41221 545 545 __( '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.' ), 546 546 /** This filter is documented in wp-includes/category-template.php */ 547 '<strong>' . apply_filters( 'the_category', get_cat_name( get_option( 'default_category') ) ) . '</strong>'547 '<strong>' . apply_filters( 'the_category', get_cat_name( get_option( 'default_category') ), '', '' ) . '</strong>' 548 548 ); 549 549 ?>
Note: See TracChangeset
for help on using the changeset viewer.