Custom header: Fix image ordering.

props ehg.
see #21785. fixes #27791.


git-svn-id: https://develop.svn.wordpress.org/trunk@28102 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2014-04-13 18:21:27 +00:00
parent 8e6a1f479b
commit a343c6020a

View File

@ -482,6 +482,7 @@
data.url = url;
data.thumbnail_url = url;
data.timestamp = _.now();
if (attachmentId) {
data.attachment_id = attachmentId;