removed target=_blank, whoops!
git-svn-id: http://svn.automattic.com/wordpress/trunk@460 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c84bba5e1d
commit
6fb74c7cfc
|
@ -347,7 +347,7 @@ function edInsertLink(myField, i, defaultValue) {
|
||||||
+ prompt('Enter the URL'
|
+ prompt('Enter the URL'
|
||||||
,defaultValue
|
,defaultValue
|
||||||
)
|
)
|
||||||
+ '" target="_blank">';
|
+ '">';
|
||||||
}
|
}
|
||||||
edInsertTag(myField, i);
|
edInsertTag(myField, i);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue