From 3641e4b515063a181ccf0622e20b890cffeb43ab Mon Sep 17 00:00:00 2001 From: Alex King Date: Wed, 22 Oct 2003 08:53:52 +0000 Subject: [PATCH] removed target=_blank, whoops! git-svn-id: https://develop.svn.wordpress.org/trunk@460 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-quicktags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/wp-quicktags.js b/wp-admin/wp-quicktags.js index 4f566e9d3f..3dfe69c72c 100644 --- a/wp-admin/wp-quicktags.js +++ b/wp-admin/wp-quicktags.js @@ -347,7 +347,7 @@ function edInsertLink(myField, i, defaultValue) { + prompt('Enter the URL' ,defaultValue ) - + '" target="_blank">'; + + '">'; } edInsertTag(myField, i); }