equal
deleted
inserted
replaced
77 <td><input name="slug" id="slug" type="text" value="<?php echo esc_attr(apply_filters('editable_slug', $category->slug)); ?>" size="40" /><br /> |
77 <td><input name="slug" id="slug" type="text" value="<?php echo esc_attr(apply_filters('editable_slug', $category->slug)); ?>" size="40" /><br /> |
78 <?php _e('The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.'); ?></td> |
78 <?php _e('The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens.'); ?></td> |
79 </tr> |
79 </tr> |
80 <tr class="form-field"> |
80 <tr class="form-field"> |
81 <th scope="row" valign="top"><label for="description"><?php _e('Description (optional)') ?></label></th> |
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 </tr> |
84 </tr> |
84 <?php do_action('edit_link_category_form_fields', $category); ?> |
85 <?php do_action('edit_link_category_form_fields', $category); ?> |
85 </table> |
86 </table> |
86 <p class="submit"><input type="submit" class="button-primary" name="submit" value="<?php echo esc_attr($submit_text) ?>" /></p> |
87 <p class="submit"><input type="submit" class="button-primary" name="submit" value="<?php echo esc_attr($submit_text) ?>" /></p> |
87 <?php do_action('edit_link_category_form', $category); ?> |
88 <?php do_action('edit_link_category_form', $category); ?> |