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:
Sergey Biryukov 2013-04-15 23:03:13 +00:00
parent 3a0aeb8013
commit 0f8c735175

View File

@ -171,7 +171,7 @@
break;
case 'video/flv':
case 'video/x-flv':
shortcode.flv = attachment.url
shortcode.flv = attachment.url;
break;
}
}