Make WordPress Core

Changeset 22261


Ignore:
Timestamp:
10/18/2012 01:06:39 PM (12 years ago)
Author:
ryan
Message:

Enter the semicolon. Props F J Kaiser, SergeyBiryukov. fixes #21393

File:
1 edited

Legend:

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

    r21311 r22261  
    6363            <th scope="row" valign="top"><label for="description"><?php _ex('Description', 'Taxonomy Description'); ?></label></th>
    6464            <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, however some 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>
    6666        </tr>
    6767        <?php
Note: See TracChangeset for help on using the changeset viewer.