~canonical-sysadmins/wordpress/3.9.x

« back to all changes in this revision

Viewing changes to wp-admin/edit-link-category-form.php

  • Committer: Chris Jones
  • Date: 2010-01-19 13:17:33 UTC
  • Revision ID: cmsj@tenshu.net-20100119131733-rf31jv9k1v0xzo2h
[CJ] Import wordpress 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
                </tr>
80
80
                <tr class="form-field">
81
81
                        <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>
83
84
                </tr>
84
85
                <?php do_action('edit_link_category_form_fields', $category); ?>
85
86
        </table>