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:
Ron Rennick
2010-01-12 22:51:41 +00:00
parent 60d271287e
commit f0dbd19696
3 changed files with 3 additions and 3 deletions

View File

@@ -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" />