Make WordPress Core

Ticket #43800: 43800.3.patch

File 43800.3.patch, 593 bytes (added by pratikthink, 7 years ago)

added   Just after Note:

  • wp-admin/edit-tags.php

     
    578578<div class="form-wrap edit-term-notes">
    579579<p>
    580580        <?php
    581         echo '<strong>' . __( 'Note:' ) . '</strong><br />';
     581        echo '<strong>' . __( 'Note:&nbsp;' ) . '</strong>';
    582582        printf(
    583583                /* translators: %s: default category */
    584584                __( '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.' ),