Make WordPress Core


Ignore:
Timestamp:
04/09/2009 04:00:40 PM (16 years ago)
Author:
azaozz
Message:

Tag descriptions, props aaroncampbell, fixes #9381

File:
1 edited

Legend:

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

    r10239 r10903  
    3535            <p><?php _e('The &#8220;slug&#8221; is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.'); ?></p></td>
    3636        </tr>
     37        <tr class="form-field">
     38            <th scope="row" valign="top"><label for="description"><?php _e('Description') ?></label></th>
     39            <td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo wp_specialchars($tag->description); ?></textarea><br />
     40            <?php _e('The description is not prominent by default, however some themes may show it.'); ?></td>
     41        </tr>
    3742    </table>
    3843<p class="submit"><input type="submit" class="button-primary" name="submit" value="<?php _e('Update Tag'); ?>" /></p>
Note: See TracChangeset for help on using the changeset viewer.