Make WordPress Core

Ticket #21393: 21393.3.patch

File 21393.3.patch, 1.0 KB (added by SergeyBiryukov, 13 years ago)
  • wp-admin/edit-tags.php

     
    220220                if ( 'category' == $taxonomy )
    221221                        $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>';
    222222
    223                 $help .= '<li>' . __( '<strong>Description</strong> - The description is not prominent by default; however, some themes may display it.' ) . '</li>' .
     223                $help .= '<li>' . __( '<strong>Description</strong> - The description is not prominent by default, however some themes may display it.' ) . '</li>' .
    224224                '</ul>' .
    225225                '<p>' . __( 'You can change the display of this screen using the Screen Options tab to set how many items are displayed per screen and to display/hide columns in the table.' ) . '</p>';
    226226