Changeset 10903 for trunk/wp-admin/edit-tag-form.php
- Timestamp:
- 04/09/2009 04:00:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tag-form.php
r10239 r10903 35 35 <p><?php _e('The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.'); ?></p></td> 36 36 </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> 37 42 </table> 38 43 <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.