Media: Replace the thumbnail on post.php using a request variable instead of the referer. props ocean90. fixes #21391.

git-svn-id: https://develop.svn.wordpress.org/trunk@22807 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-11-22 03:43:16 +00:00
parent 0086598c9b
commit ba65b3ffc7
3 changed files with 3 additions and 6 deletions
+1
View File
@@ -245,6 +245,7 @@ imageEdit = {
'postid': postid,
'history': history,
'target': target,
'context': $('#image-edit-context').length ? $('#image-edit-context').val() : null,
'do': 'save'
};