Changeset 22622
- Timestamp:
- 11/16/2012 10:14:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-xmlrpc-server.php
r22584 r22622 5219 5219 return new IXR_Error(401, __('Sorry, you cannot edit this post.')); 5220 5220 5221 $catids = array(); 5221 5222 foreach ( $categories as $cat ) { 5222 5223 $catids[] = $cat['categoryId'];
Note: See TracChangeset
for help on using the changeset viewer.