Make WordPress Core


Ignore:
Timestamp:
10/24/2010 02:58:42 AM (14 years ago)
Author:
nacin
Message:

Internal linking, first pass. props koopersmith, see #11420.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-ajax.php

    r15757 r15940  
    11031103    exit;
    11041104    break;
     1105case 'wp-link-ajax':
     1106    require_once ABSPATH . WPINC . '/js/tinymce/wp-mce-link-includes.php';
     1107
     1108    wp_link_ajax( $_POST );
     1109   
     1110    exit;
     1111    break;
    11051112case 'menu-locations-save':
    11061113    if ( ! current_user_can( 'edit_theme_options' ) )
Note: See TracChangeset for help on using the changeset viewer.