Fix missing comma in TinyMCE advanced theme image.js, props johnjamesjacoby, fixes #17233
git-svn-id: https://develop.svn.wordpress.org/trunk@17694 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
48ac6604b0
commit
d1e074d29c
@ -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
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user