Hide slug box by default. Allow turning it on via screen options. fixes #8332

git-svn-id: https://develop.svn.wordpress.org/trunk@9956 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-11-28 22:35:01 +00:00
parent 8616b3eed8
commit 46e0dfd13f
5 changed files with 19 additions and 11 deletions

View File

@@ -7,9 +7,6 @@ jQuery(document).ready( function($) {
jQuery('#title').blur( function() { if ( (jQuery("#post_ID").val() > 0) || (jQuery("#title").val().length == 0) ) return; autosave(); } );
// hide advanced slug field
jQuery('#pageslugdiv').hide();
var stamp = $('#timestamp').html();
var visibility = $('#post-visibility-display').html();

View File

@@ -107,9 +107,6 @@ jQuery(document).ready( function($) {
// Editable slugs
make_slugedit_clickable();
// hide advanced slug field
jQuery('#slugdiv').hide();
jQuery('#tags-input').hide();
tag_update_quickclicks();
// add the quickadd form