mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
TinyMCE: Add the default link
plugin without enabling it. This makes it easy for WordPress plugins to use it at places where wplink
is not suitable, for example when initializing the editor from JS.
Props turtlepod. Fixes #41590. Built from https://develop.svn.wordpress.org/trunk@41259 git-svn-id: http://core.svn.wordpress.org/trunk@41099 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d5e3ea444d
commit
b1d28c5e90
1162
wp-includes/js/tinymce/plugins/link/plugin.js
Normal file
1162
wp-includes/js/tinymce/plugins/link/plugin.js
Normal file
File diff suppressed because it is too large
Load Diff
1
wp-includes/js/tinymce/plugins/link/plugin.min.js
vendored
Normal file
1
wp-includes/js/tinymce/plugins/link/plugin.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-alpha-41258';
|
||||
$wp_version = '4.9-alpha-41259';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user