Make WordPress Core

Ticket #8434: link-cat-note-r10016.diff

File link-cat-note-r10016.diff, 1.1 KB (added by FFEMTcJ, 17 years ago)

Fix for #8434

  • wp-admin/edit-link-categories.php

     
    170170</div>
    171171<br class="clear" />
    172172</form>
     173
     174<div class="form-wrap">
     175<p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete the links in that category. Instead, links that were only assigned to the deleted category are set to the category <strong>%s</strong>.'), get_term_field('name', get_option('default_link_category'), 'link_category')) ?></p>
    173176</div>
     177
     178
     179</div>
    174180</div><!-- /col-right -->
    175181
    176182<div id="col-left">
     
    209215
    210216<?php } ?>
    211217
    212 <div class="form-wrap">
    213 <p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete the links in that category. Instead, links that were only assigned to the deleted category are set to the category <strong>%s</strong>.'), get_term_field('name', get_option('default_link_category'), 'link_category')) ?></p>
    214218</div>
    215 
    216 </div>
    217219</div><!-- /col-left -->
    218220
    219221</div><!-- /col-container -->