Changeset 6303 for trunk/wp-admin/edit-link-category-form.php
- Timestamp:
- 11/01/2007 06:23:16 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-link-category-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-category-form.php
r6299 r6303 25 25 <?php wp_nonce_field($nonce_action); ?> 26 26 <table class="editform" width="100%" cellspacing="2" cellpadding="5"> 27 <tr >27 <tr class="form-field form-required"> 28 28 <th width="33%" scope="row" valign="top"><label for="name"><?php _e('Category name:') ?></label></th> 29 29 <td width="67%"><input name="name" id="name" type="text" value="<?php echo $category->name; ?>" size="40" /></td> 30 30 </tr> 31 <tr >31 <tr class="form-field"> 32 32 <th scope="row" valign="top"><label for="slug"><?php _e('Category slug:') ?></label></th> 33 33 <td><input name="slug" id="slug" type="text" value="<?php echo $category->slug; ?>" size="40" /></td> 34 34 </tr> 35 <tr >35 <tr class="form-field"> 36 36 <th scope="row" valign="top"><label for="description"><?php _e('Description: (optional)') ?></label></th> 37 37 <td><textarea name="description" id="description" rows="5" cols="50" style="width: 97%;"><?php echo $category->description; ?></textarea></td>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)