Ticket #1113: categories.php_157-159.patch
File categories.php_157-159.patch, 774 bytes (added by , 19 years ago) |
---|
-
categories.php
154 154 155 155 <?php if ( $user_level > 3 ) : ?> 156 156 <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)) ?> 160 158 </p> 161 159 </div> 162 160 … … 183 181 } 184 182 185 183 include('admin-footer.php'); 186 ?> 187 No newline at end of file 184 ?>