Custom header: Fix image ordering.

props ehg.
see #21785. fixes #27791.

Built from https://develop.svn.wordpress.org/trunk@28102


git-svn-id: http://core.svn.wordpress.org/trunk@27933 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-04-13 18:22:14 +00:00
parent 24e51a625d
commit a2924c6be0
2 changed files with 2 additions and 1 deletions

View File

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

File diff suppressed because one or more lines are too long