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:
@@ -441,8 +441,8 @@ if ( typeof wp === 'undefined' )
|
||||
}
|
||||
}, {
|
||||
defaultProps: {
|
||||
orderby: 'date',
|
||||
order: 'DESC'
|
||||
orderby: 'date',
|
||||
order: 'DESC'
|
||||
},
|
||||
|
||||
defaultArgs: {
|
||||
|
||||
Reference in New Issue
Block a user