Make WordPress Core


Ignore:
Timestamp:
10/02/2014 07:39:14 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Use a more consistent markup on taxonomy and user screens.

props paulwilde.
fixes #29842.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-tag-form.php

    r29803 r29820  
    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
Note: See TracChangeset for help on using the changeset viewer.