[wp-trac] [WordPress Trac] #14228: Error when edit category, slug already exists.
WordPress Trac
wp-trac at lists.automattic.com
Wed Jul 7 15:58:31 UTC 2010
#14228: Error when edit category, slug already exists.
--------------------------+-------------------------------------------------
Reporter: edir | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.0
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
Comment(by edir):
I didn't understand this piece of code. Does that means the slug will not
be edited by form on mutisite?
wp-admin/edit-tags.php
{{{
<?php if ( ! global_terms_enabled() ) : ?>
<div class="form-field">
<label for="tag-slug"><?php _ex('Slug', 'Taxonomy Slug');
?></label>
<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>
</div>
<?php endif; // is_multisite() ?>
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14228#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list