Make WordPress Core


Ignore:
Timestamp:
10/24/2010 03:56:10 AM (16 years ago)
Author:
nacin
Message:

Rearrange wp-load include. see #11420.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/wp-mce-link.php

    r15940 r15943  
    11<?php
    2 if ( ! defined('ABSPATH') )
    3         die();
     2
     3require_once '../../../wp-load.php';
    44include './wp-mce-link-includes.php';
     5
    56header('Content-Type: text/html; charset=' . get_bloginfo('charset'));
    67?>
Note: See TracChangeset for help on using the changeset viewer.