Rename the attachment-thumbnail class in the media modal Attachment view to prevent conflicts with wp_get_attachment_image(). see #21390.

git-svn-id: http://core.svn.wordpress.org/trunk@21909 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith
2012-09-19 01:10:17 +00:00
parent 2f4a7a42b7
commit f7ae81b15d
3 changed files with 8 additions and 8 deletions

View File

@@ -441,8 +441,8 @@ if ( typeof wp === 'undefined' )
}
}, {
defaultProps: {
orderby: 'date',
order: 'DESC'
orderby: 'date',
order: 'DESC'
},
defaultArgs: {