Post slug fixes from nbachiyski. fixes #6072
git-svn-id: http://svn.automattic.com/wordpress/trunk@7162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -92,6 +92,7 @@ function autosave_update_slug(post_id) {
|
||||
{
|
||||
action: 'sample-permalink',
|
||||
post_id: post_id,
|
||||
new_title: jQuery('#title').val(),
|
||||
samplepermalinknonce: jQuery('#samplepermalinknonce').val()
|
||||
},
|
||||
function(data) {
|
||||
|
||||
Reference in New Issue
Block a user