diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/js/wplink.js --- a/wp/wp-includes/js/wplink.js Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/js/wplink.js Fri Sep 05 18:52:52 2025 +0200 @@ -162,7 +162,7 @@ if ( wpLink.isMCE() ) { wpLink.mceRefresh( url, text ); } else { - // For the Text editor the "Link text" field is always shown. + // For the Code editor the "Link text" field is always shown. if ( ! inputs.wrap.hasClass( 'has-text-field' ) ) { inputs.wrap.addClass( 'has-text-field' ); } @@ -323,7 +323,7 @@ var html = '';