Make WordPress Core

Changeset 10020


Ignore:
Timestamp:
12/03/2008 08:50:50 AM (16 years ago)
Author:
westi
Message:

Put the link category delete warning in the correct place. Fixes #8434 props FFEMTcJ.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-link-categories.php

    r9969 r10020  
    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>
     176</div>
     177
     178
    173179</div>
    174180</div><!-- /col-right -->
     
    209215
    210216<?php } ?>
    211 
    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>
    214 </div>
    215217
    216218</div>
Note: See TracChangeset for help on using the changeset viewer.