diff --git a/src/wp-admin/edit-tags.php b/src/wp-admin/edit-tags.php
index b0827af69a..5ab4cac567 100644
a
|
b
|
if ( current_user_can( $tax->cap->edit_terms ) ) { |
581 | 581 | <div class="form-wrap edit-term-notes"> |
582 | 582 | <p> |
583 | 583 | <?php |
584 | | echo '<strong>' . __( 'Note:' ) . '</strong><br />'; |
585 | 584 | printf( |
586 | 585 | /* translators: %s: default category */ |
587 | 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.' ), |
… |
… |
if ( current_user_can( $tax->cap->edit_terms ) ) { |
591 | 590 | ?> |
592 | 591 | </p> |
593 | 592 | <?php if ( current_user_can( 'import' ) ) : ?> |
594 | | <p><?php printf( __( 'Categories can be selectively converted to tags using the <a href="%s">category to tag converter</a>.' ), esc_url( $import_link ) ); ?></p> |
| 593 | <p> |
| 594 | <?php printf( __( 'Categories can be selectively converted to tags using the <a href="%s">category to tag converter</a>.' ), esc_url( $import_link ) ); ?> |
| 595 | </p> |
595 | 596 | <?php endif; ?> |
596 | 597 | </div> |
597 | 598 | <?php elseif ( 'post_tag' == $taxonomy && current_user_can( 'import' ) ) : ?> |