Fix comment.

git-svn-id: https://develop.svn.wordpress.org/trunk@16032 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-10-28 06:52:33 +00:00
parent e07a1d59c6
commit 4f2d468602
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ if ( current_user_can($tax->cap->edit_terms) ) {
<input name="slug" id="tag-slug" type="text" value="" 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>
</div>
<?php endif; // is_multisite() ?>
<?php endif; // global_terms_enabled() ?>
<?php if ( is_taxonomy_hierarchical($taxonomy) ) : ?>
<div class="form-field">
<label for="parent"><?php _ex('Parent', 'Taxonomy Parent'); ?></label>