Make WordPress Core

Changeset 630 for trunk/wp-settings.php


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.