Changeset 2445 for trunk/wp-admin/link-categories.php
- Timestamp:
- 03/15/2005 04:35:13 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-categories.php
r2432 r2445 109 109 110 110 <div class="wrap"> 111 <h2><?php printf( 'Edit “%s” Category', wp_specialchars($row->cat_name)); ?></h2>111 <h2><?php printf(__('Edit “%s” Category'), wp_specialchars($row->cat_name)); ?></h2> 112 112 113 113 <form name="editcat" method="post"> … … 444 444 <div class="wrap"> 445 445 <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> 449 447 </div> 450 448 <?php
Note: See TracChangeset
for help on using the changeset viewer.