Changeset 22261
- Timestamp:
- 10/18/2012 01:06:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tag-form.php
r21311 r22261 63 63 <th scope="row" valign="top"><label for="description"><?php _ex('Description', 'Taxonomy Description'); ?></label></th> 64 64 <td><textarea name="description" id="description" rows="5" cols="50" class="large-text"><?php echo $tag->description; // textarea_escaped ?></textarea><br /> 65 <span class="description"><?php _e('The description is not prominent by default , howeversome themes may show it.'); ?></span></td>65 <span class="description"><?php _e('The description is not prominent by default; however, some themes may show it.'); ?></span></td> 66 66 </tr> 67 67 <?php
Note: See TracChangeset
for help on using the changeset viewer.