• I need to understand the problem begind the “slug” when using the network, it’s off!. Why can’t I change this when create/edit a category?

    wp-admin/includes/template.php:43

    <?php if ( !is_multisite() ) { ?>
    			<label>
    				<span class="title"><?php _e( 'Slug' ); ?></span>
    				<span class="input-text-wrap"><input type="text" name="slug" class="ptitle" value="" /></span>
    			</label>
    <?php } ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Because in mu there was a half-built global taxonomy system that causes problems and was kinda buggy in later versions of mu. So in 3.0 they turned it off.

    Thread Starter Edir Pedro

    (@edir)

    Thanks. I see this table on the database. Unfurtunatelly I needed to make a hack to open that field on taxonomy editor, I hope they fix this on the next version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Why is the taxonomy Slug on Multisite off?’ is closed to new replies.