Make WordPress Core

Ticket #29842: 29842.diff

File 29842.diff, 1.0 KB (added by paulwilde, 11 years ago)
  • src/wp-admin/edit-tag-form.php

     
    114114<?php endif; // is_taxonomy_hierarchical() ?>
    115115                <tr class="form-field term-description-wrap">
    116116                        <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>
    119119                </tr>
    120120                <?php
    121121                // Back compat hooks