Remove trailing comma from JS. props koopersmith, fixes #22800.
git-svn-id: https://develop.svn.wordpress.org/trunk@23114 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
412a605ecf
commit
844c3f322d
|
@ -556,7 +556,7 @@
|
|||
options = {
|
||||
id: attachment.id,
|
||||
post_content: attachment.description,
|
||||
post_excerpt: caption,
|
||||
post_excerpt: caption
|
||||
};
|
||||
|
||||
if ( props.linkUrl )
|
||||
|
|
Loading…
Reference in New Issue