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:
markjaquith
2008-03-05 22:09:28 +00:00
parent e6b01542a5
commit 1da923bdfd
3 changed files with 12 additions and 7 deletions

View File

@@ -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) {