Make WordPress Core

Changeset 630


Ignore:
Timestamp:
12/18/2003 10:12:34 AM (22 years ago)
Author:
saxmatt
Message:

Moved wp-links files to wp-includes or wp-images where appropiate. Updated necessary paths.

Location:
trunk
Files:
15 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-import.php

    r601 r630  
    44
    55require_once('../wp-config.php');
    6 include_once("../wp-links/links.php");
    76
    87$parent_file = 'link-manager.php';
  • trunk/wp-admin/link-manager.php

    r628 r630  
    44
    55require_once('../wp-config.php');
    6 require_once("../wp-links/links.php");
    76
    87$title = 'Manage Links';
  • trunk/wp-settings.php

    r628 r630  
    2828require (ABSPATH . WPINC . '/class-xmlrpc.php');
    2929require (ABSPATH . WPINC . '/class-xmlrpcs.php');
    30 require (ABSPATH . '/wp-links/links.php');
     30require (ABSPATH . WPINC . '/links.php');
    3131
    3232//setup the old globals from b2config.php
Note: See TracChangeset for help on using the changeset viewer.