mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
fix multisite logic in changeset 12712, See #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@12716 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -297,7 +297,7 @@ if ( $page_links )
|
||||
<input name="cat_name" id="cat_name" type="text" value="" size="40" aria-required="true" />
|
||||
<p><?php _e('The name is used to identify the category almost everywhere, for example under the post or in the category widget.'); ?></p>
|
||||
</div>
|
||||
<?php if ( is_multisite() ) { ?>
|
||||
<?php if ( !is_multisite() ) { ?>
|
||||
<div class="form-field">
|
||||
<label for="category_nicename"><?php _e('Category Slug') ?></label>
|
||||
<input name="category_nicename" id="category_nicename" type="text" value="" size="40" />
|
||||
|
||||
Reference in New Issue
Block a user