mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
Fix comment.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16032 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7c92b4ca0d
commit
76637b68e3
@ -314,7 +314,7 @@ if ( current_user_can($tax->cap->edit_terms) ) {
|
|||||||
<input name="slug" id="tag-slug" type="text" value="" size="40" />
|
<input name="slug" id="tag-slug" type="text" value="" size="40" />
|
||||||
<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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; // is_multisite() ?>
|
<?php endif; // global_terms_enabled() ?>
|
||||||
<?php if ( is_taxonomy_hierarchical($taxonomy) ) : ?>
|
<?php if ( is_taxonomy_hierarchical($taxonomy) ) : ?>
|
||||||
<div class="form-field">
|
<div class="form-field">
|
||||||
<label for="parent"><?php _ex('Parent', 'Taxonomy Parent'); ?></label>
|
<label for="parent"><?php _ex('Parent', 'Taxonomy Parent'); ?></label>
|
||||||
|
Loading…
Reference in New Issue
Block a user