Changeset 10020
- Timestamp:
- 12/03/2008 08:50:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-categories.php
r9969 r10020 171 171 <br class="clear" /> 172 172 </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 173 179 </div> 174 180 </div><!-- /col-right --> … … 209 215 210 216 <?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>215 217 216 218 </div>
Note: See TracChangeset
for help on using the changeset viewer.