Make WordPress Core

Ticket #1112: link-categories_446-447.patch

File link-categories_446-447.patch, 828 bytes (added by anonymousbugger, 19 years ago)
  • link-categories.php

     
    443443</div>
    444444<div class="wrap">
    445445    <h3><?php _e('Note:') ?></h3>
    446     <?php printf(__('<p>Deleting a link category does not delete links from that category.<br />
    447     It will just set them back to the default category <b>%s</b>.'), get_linkcatname(1)) ?>
    448     </p>
     446    <?php printf(__('<p>Deleting a link category does not delete links from that category.<br />It will just set them back to the default category <b>%s</b>.'), get_linkcatname(1)) ?></p>
    449447</div>
    450448<?php
    451449    break;
    452450  } // end default
    453451} // end case
    454452?>
    455 <?php include('admin-footer.php'); ?>
    456  No newline at end of file
     453<?php include('admin-footer.php'); ?>