TinyMCE, inline link:

- Remove unused user setting for wpLink.
- Remove redundant text and variable from wp_link_dialog().

Props afercia, azaozz.
See #33301.
Built from https://develop.svn.wordpress.org/trunk@36985


git-svn-id: http://core.svn.wordpress.org/trunk@36952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2016-03-14 01:39:26 +00:00
parent cd38787ee7
commit 13c885bdce
7 changed files with 11 additions and 10 deletions

View File

@@ -1469,7 +1469,7 @@ i.mce-i-wp_code:before {
}
#wp-link label input[type="text"] {
margin: 5px 0 0;
margin: 8px 0 0;
width: 70%;
}

File diff suppressed because one or more lines are too long

View File

@@ -1469,7 +1469,7 @@ i.mce-i-wp_code:before {
}
#wp-link label input[type="text"] {
margin: 5px 0 0;
margin: 8px 0 0;
width: 70%;
}

File diff suppressed because one or more lines are too long