Ticket #21393: 21393.4.patch
File 21393.4.patch, 847 bytes (added by , 12 years ago) |
---|
-
wp-admin/edit-tag-form.php
62 62 <tr class="form-field"> 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 68 68 // Back compat hooks