mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Ludicrous speed for internal linking. First pass. props koopersmith, see #11420.
git-svn-id: https://develop.svn.wordpress.org/trunk@16457 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1074,7 +1074,7 @@ case 'menu-quick-search':
|
||||
exit;
|
||||
break;
|
||||
case 'wp-link-ajax':
|
||||
require_once ABSPATH . WPINC . '/js/tinymce/wp-mce-link-includes.php';
|
||||
require_once ABSPATH . WPINC . '/js/tinymce/wp-mce-link.php';
|
||||
|
||||
wp_link_ajax( $_POST );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user