Make WordPress Core

Ticket #6362: 6362.4-link-category.diff

File 6362.4-link-category.diff, 731 bytes (added by xenlab, 14 years ago)

Refreshing changes made in 6362.diff for trunk. Description text was removed from this one. added it back in for consistency with wp-admin/edit-category-form.php

  • (a) edit-link-category-form.php vs. (b) (clipboard)

    a b  
    7979                </tr>
    8080                <tr class="form-field">
    8181                        <th scope="row" valign="top"><label for="description"><?php _e('Description (optional)') ?></label></th>
    82                         <td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo $category->description; ?></textarea></td>
     82                        <td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo $category->description; ?></textarea><br />
     83                        <span class="description"><?php _e('The description is not prominent by default; however, some themes may show it.'); ?></span></td>
    8384                </tr>
    8485                <?php do_action('edit_link_category_form_fields', $category); ?>
    8586        </table>