Remove trailing comma from JS. props koopersmith, fixes #22800.
git-svn-id: http://core.svn.wordpress.org/trunk@23114 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d50dfe71f3
commit
801db6b731
|
@ -556,7 +556,7 @@
|
||||||
options = {
|
options = {
|
||||||
id: attachment.id,
|
id: attachment.id,
|
||||||
post_content: attachment.description,
|
post_content: attachment.description,
|
||||||
post_excerpt: caption,
|
post_excerpt: caption
|
||||||
};
|
};
|
||||||
|
|
||||||
if ( props.linkUrl )
|
if ( props.linkUrl )
|
||||||
|
|
Loading…
Reference in New Issue