mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
TinyMCE: add inline link dialog
First run. Links the advanced button to the "old" dialog for now. See #33301. git-svn-id: https://develop.svn.wordpress.org/trunk@36384 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -779,6 +779,7 @@ final class _WP_Editors {
|
||||
|
||||
if ( in_array('wplink', self::$plugins, true) || in_array('link', self::$qt_buttons, true) ) {
|
||||
wp_enqueue_script('wplink');
|
||||
wp_enqueue_script( 'jquery-ui-autocomplete' );
|
||||
}
|
||||
|
||||
if ( self::$old_dfw_compat ) {
|
||||
|
||||
Reference in New Issue
Block a user