Make WordPress Core

Ticket #1113: categories.php_157-159.patch

File categories.php_157-159.patch, 774 bytes (added by SteveAgl, 19 years ago)
  • categories.php

     
    154154
    155155<?php if ( $user_level > 3 ) : ?>
    156156<div class="wrap">
    157     <p><?php printf(__('<strong>Note:</strong><br />
    158 Deleting a category does not delete posts from that category, it will just
    159 set them back to the default category <strong>%s</strong>.'), get_catname(1)) ?>
     157    <p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete posts from that category, it will just set them back to the default category <strong>%s</strong>.'), get_catname(1)) ?>
    160158  </p>
    161159</div>
    162160
     
    183181}
    184182
    185183include('admin-footer.php');
    186 ?>
    187  No newline at end of file
     184?>