mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
Post slug fixes from nbachiyski. fixes #6072
git-svn-id: https://develop.svn.wordpress.org/trunk@7162 602fd350-edb4-49c9-b593-d223f7449a82
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