Changeset 2445
- Timestamp:
- 03/15/2005 04:35:13 PM (20 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 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 -
trunk/wp-admin/link-manager.php
r2436 r2445 392 392 </tr> 393 393 <tr> 394 <th scope="row"> family</th>394 <th scope="row"> <?php _e('family') ?> </th> 395 395 <td> 396 396 <label for="child">
Note: See TracChangeset
for help on using the changeset viewer.