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

git-svn-id: http://core.svn.wordpress.org/trunk@22174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-10-10 23:55:45 +00:00
parent 1daa774b27
commit 9d44f5c57d

View File

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