Add missing semicolon. props kovshenin. see #23831.
git-svn-id: http://core.svn.wordpress.org/trunk@23998 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3a0aeb8013
commit
0f8c735175
|
@ -171,7 +171,7 @@
|
||||||
break;
|
break;
|
||||||
case 'video/flv':
|
case 'video/flv':
|
||||||
case 'video/x-flv':
|
case 'video/x-flv':
|
||||||
shortcode.flv = attachment.url
|
shortcode.flv = attachment.url;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue