summaryrefslogtreecommitdiffstats
path: root/wp-admin/edit-tag-form.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/edit-tag-form.php')
-rw-r--r--wp-admin/edit-tag-form.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/wp-admin/edit-tag-form.php b/wp-admin/edit-tag-form.php
index de0f6c8..087873c 100644
--- a/wp-admin/edit-tag-form.php
+++ b/wp-admin/edit-tag-form.php
@@ -29,11 +29,6 @@ if ( ! empty($tag_ID) ) {
<td><input name="name" id="name" type="text" value="<?php echo attribute_escape($tag->name); ?>" size="40" aria-required="true" />
<p><?php _e('The name is how the tag appears on your site.'); ?></p></td>
</tr>
- <tr class="form-field">
- <th scope="row" valign="top"><label for="slug"><?php _e('Tag slug') ?></label></th>
- <td><input name="slug" id="slug" type="text" value="<?php echo attribute_escape(apply_filters('editable_slug', $tag->slug)); ?>" size="40" />
- <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>
- </tr>
</table>
<p class="submit"><input type="submit" class="button" name="submit" value="<?php echo $submit_text ?>" /></p>
<?php do_action('edit_tag_form', $tag); ?>