Changeset 11380 for trunk/wp-admin/edit-tag-form.php
- Timestamp:
- 05/18/2009 03:11:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tag-form.php
r11204 r11380 37 37 <tr class="form-field"> 38 38 <th scope="row" valign="top"><label for="description"><?php _e('Description') ?></label></th> 39 <td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo wp_specialchars($tag->description); ?></textarea><br />39 <td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo esc_html($tag->description); ?></textarea><br /> 40 40 <?php _e('The description is not prominent by default, however some themes may show it.'); ?></td> 41 41 </tr>
Note: See TracChangeset
for help on using the changeset viewer.