Make WordPress Core


Ignore:
Timestamp:
11/22/2012 08:45:15 AM (12 years ago)
Author:
nacin
Message:

Fix various typos and omissions across a number of help tabs. props DrewAPicture, Ipstenu. see #22451.

File:
1 edited

Legend:

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

    r21948 r22812  
    219219
    220220        if ( 'category' == $taxonomy )
    221             $help .= '<li>' . __( '<strong>Parent</strong> - Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have children categories for Bebop and Big Band. Totally optional. To create a subcategory, just choose another category from the Parent dropdown.' ) . '</li>';
     221            $help .= '<li>' . __( '<strong>Parent</strong> - Categories, unlike tags, can have a hierarchy. You might have a Jazz category, and under that have child categories for Bebop and Big Band. Totally optional. To create a subcategory, just choose another category from the Parent dropdown.' ) . '</li>';
    222222
    223223        $help .= '<li>' . __( '<strong>Description</strong> - The description is not prominent by default; however, some themes may display it.' ) . '</li>' .
Note: See TracChangeset for help on using the changeset viewer.