Merge pull request #1633 from comus/patch-1

let addMediaAfterSubmit return post at the end
This commit is contained in:
Sacha Greif 2017-05-14 10:25:42 +09:00 committed by GitHub
commit 3ec028c723

View file

@ -33,9 +33,9 @@ function addMediaAfterSubmit (post) {
}
return post;
}
return post;
}
addCallback("posts.new.sync", addMediaAfterSubmit);