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