| 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> |