Ticket #8434: link-cat-note-r10016.diff
File link-cat-note-r10016.diff, 1.1 KB (added by , 17 years ago) |
---|
-
wp-admin/edit-link-categories.php
170 170 </div> 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> 173 176 </div> 177 178 179 </div> 174 180 </div><!-- /col-right --> 175 181 176 182 <div id="col-left"> … … 209 215 210 216 <?php } ?> 211 217 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 218 </div> 215 216 </div>217 219 </div><!-- /col-left --> 218 220 219 221 </div><!-- /col-container -->