Make WordPress Core

Changeset 5542 for trunk/xmlrpc.php


Ignore:
Timestamp:
05/25/2007 07:16:21 AM (18 years ago)
Author:
ryan
Message:

Admin includes reorg. see #4334

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc.php

    r5537 r5542  
    4040}
    4141
    42 include_once(ABSPATH . 'wp-admin/admin-functions.php');
     42include_once(ABSPATH . 'wp-admin/includes/admin.php');
    4343include_once(ABSPATH . WPINC . '/class-IXR.php');
    4444
     
    490490            return(new IXR_Error(401, __("Sorry, you do not have the right to add a category.")));
    491491        }
    492 
    493         // We need this to make use of the wp_insert_category()
    494         // funciton.
    495         require_once(ABSPATH . "wp-admin/admin-db.php");
    496492
    497493        // If no slug was provided make it empty so that
Note: See TracChangeset for help on using the changeset viewer.