Ticket #16276: 16276.2.diff
| File 16276.2.diff, 486 bytes (added by kovshenin, 4 months ago) |
|---|
-
wp-includes/js/wplink.js
285 285 // Leave the new tab setting as-is. 286 286 inputs.url.val('http://'); 287 287 inputs.title.val(''); 288 inputs.search.val( tinyMCEPopup.editor.selection.getContent( { format: 'text' } ) ).trigger( 'keyup' ); 288 289 289 290 // Update save prompt. 290 291 inputs.submit.val( wpLinkL10n.save );
