Changeset 17141 for trunk/wp-admin/edit-tag-form.php
- Timestamp:
- 12/25/2010 05:58:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tag-form.php
r17001 r17141 62 62 <tr class="form-field"> 63 63 <th scope="row" valign="top"><label for="description"><?php _ex('Description', 'Taxonomy Description'); ?></label></th> 64 <td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo $tag->description; // alreadyescaped ?></textarea><br />64 <td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo $tag->description; // textarea_escaped ?></textarea><br /> 65 65 <span class="description"><?php _e('The description is not prominent by default, however some themes may show it.'); ?></span></td> 66 66 </tr>
Note: See TracChangeset
for help on using the changeset viewer.