﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
19457,Removal of slug meta box prevents slug changes,nacin,,"The changes in [19444] (#19292) seem to require that the slug metabox remains registered for the page. This is typically the first thing to be de-registered when someone is trying to clean up the boxes on this admin page. We need to make this JS independent of that input box.

Steps to reproduce:

1. Add this code to a mu-plugin:
{{{
add_action( 'add_meta_boxes', function() {
	remove_meta_box('slugdiv', get_current_screen(), 'normal');
} );
}}}

2. Create a post or page. Save.

3. Attempt to change the slug via the live edit. Save.

4. Notice that the slug did not change.",defect (bug),closed,normal,,Permalinks,3.2.1,major,duplicate,needs-patch,
