Changeset 29820 for trunk/src/wp-admin/edit-tag-form.php
- Timestamp:
- 10/02/2014 07:39:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tag-form.php
r29803 r29820 115 115 <tr class="form-field term-description-wrap"> 116 116 <th scope="row"><label for="description"><?php _ex('Description', 'Taxonomy Description'); ?></label></th> 117 <td><textarea name="description" id="description" rows="5" cols="50" class="large-text"><?php echo $tag->description; // textarea_escaped ?></textarea> <br />118 < span class="description"><?php _e('The description is not prominent by default; however, some themes may show it.'); ?></span></td>117 <td><textarea name="description" id="description" rows="5" cols="50" class="large-text"><?php echo $tag->description; // textarea_escaped ?></textarea> 118 <p class="description"><?php _e('The description is not prominent by default; however, some themes may show it.'); ?></p></td> 119 119 </tr> 120 120 <?php
Note: See TracChangeset
for help on using the changeset viewer.