Changeset 4656 for branches/2.0/wp-admin/link-categories.php
- Timestamp:
- 12/21/2006 10:10:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/link-categories.php
r4341 r4656 125 125 <tr> 126 126 <th width="33%" scope="row"><?php _e('Name:') ?></th> 127 <td width="67%"><input name="cat_name" type="text" value="<?php echo wp_specialchars($row->cat_name)?>" size="30" /></td>127 <td width="67%"><input name="cat_name" type="text" value="<?php echo attribute_escape($row->cat_name)?>" size="30" /></td> 128 128 </tr> 129 129 <tr>
Note: See TracChangeset
for help on using the changeset viewer.