Fix missing comma in TinyMCE advanced theme image.js, props johnjamesjacoby, fixes #17233
git-svn-id: http://svn.automattic.com/wordpress/trunk@17694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -80,7 +80,7 @@ var ImageDialog = {
|
|||||||
src : f.src.value.replace(/ /g, '%20'),
|
src : f.src.value.replace(/ /g, '%20'),
|
||||||
alt : f.alt.value,
|
alt : f.alt.value,
|
||||||
width : f.width.value,
|
width : f.width.value,
|
||||||
height : f.height.value
|
height : f.height.value,
|
||||||
'class' : f.class_name.value
|
'class' : f.class_name.value
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user