Index: wp-includes/js/wplink.js
===================================================================
--- wp-includes/js/wplink.js	(revision 32670)
+++ wp-includes/js/wplink.js	(working copy)
@@ -354,7 +354,7 @@
 			}
 
 			link = getLink();
-			text = inputs.text.val();
+			text = inputs.text.val() || attrs.href;
 
 			if ( link ) {
 				if ( text ) {
