Add caption and title default values for the attachment view template. see #21390, #21807.

git-svn-id: https://develop.svn.wordpress.org/trunk@22174 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-10-10 23:55:45 +00:00
parent d27568e703
commit 75160e6b3d

View File

@ -413,7 +413,9 @@
type: '',
subtype: '',
icon: '',
filename: ''
filename: '',
caption: '',
title: ''
});
options.buttons = this.buttons;