Changeset 5542 for trunk/xmlrpc.php
- Timestamp:
- 05/25/2007 07:16:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc.php
r5537 r5542 40 40 } 41 41 42 include_once(ABSPATH . 'wp-admin/ admin-functions.php');42 include_once(ABSPATH . 'wp-admin/includes/admin.php'); 43 43 include_once(ABSPATH . WPINC . '/class-IXR.php'); 44 44 … … 490 490 return(new IXR_Error(401, __("Sorry, you do not have the right to add a category."))); 491 491 } 492 493 // We need this to make use of the wp_insert_category()494 // funciton.495 require_once(ABSPATH . "wp-admin/admin-db.php");496 492 497 493 // If no slug was provided make it empty so that
Note: See TracChangeset
for help on using the changeset viewer.