mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 18:54:29 +00:00
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:
@@ -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();
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user