From 9029c075925d3cf78b653a724b2e5dc397708b42 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 11 Mar 2015 02:40:27 +0000 Subject: [PATCH] wpLink: replace the "Title" field with a "Text" field and populate it with the link text when editing an existing link or with the selected text if any. Props iseulde. See #28206. Built from https://develop.svn.wordpress.org/trunk@31713 git-svn-id: http://core.svn.wordpress.org/trunk@31694 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-editor.php | 10 +- wp-includes/css/editor-rtl.css | 18 +- wp-includes/css/editor-rtl.min.css | 2 +- wp-includes/css/editor.css | 18 +- wp-includes/css/editor.min.css | 2 +- .../js/tinymce/plugins/wplink/plugin.js | 34 +--- .../js/tinymce/plugins/wplink/plugin.min.js | 2 +- wp-includes/js/tinymce/wp-tinymce.js.gz | Bin 137983 -> 137888 bytes wp-includes/js/wplink.js | 172 ++++++++++++------ wp-includes/js/wplink.min.js | 2 +- wp-includes/version.php | 2 +- 11 files changed, 160 insertions(+), 102 deletions(-) diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index a033b39713..fd723cd361 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -1448,14 +1448,14 @@ final class _WP_Editors {