Make WordPress Core


Ignore:
Timestamp:
11/19/2009 10:16:16 PM (14 years ago)
Author:
westi
Message:

Some admin copy improvements fixes. #6362 props xenlab and ninjaWR.

File:
1 edited

Legend:

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

    r11854 r12228  
    5858            <th scope="row" valign="top"><label for="cat_name"><?php _e('Category Name') ?></label></th>
    5959            <td><input name="cat_name" id="cat_name" type="text" value="<?php echo esc_attr($category->name); ?>" size="40" aria-required="true" /><br />
    60             <span class="description"><?php _e('The name is used to identify the category almost everywhere, for example under the post or in the category widget.'); ?></span></td>
    6160        </tr>
    6261        <tr class="form-field">
     
    7574            <th scope="row" valign="top"><label for="category_description"><?php _e('Description') ?></label></th>
    7675            <td><textarea name="category_description" id="category_description" rows="5" cols="50" style="width: 97%;"><?php echo esc_html($category->description); ?></textarea><br />
    77             <span class="description"><?php _e('The description is not prominent by default, however some themes may show it.'); ?></span></td>
     76            <span class="description"><?php _e('The description is not prominent by default; however, some themes may show it.'); ?></span></td>
    7877        </tr>
    7978        <?php do_action('edit_category_form_fields', $category); ?>
Note: See TracChangeset for help on using the changeset viewer.