Make WordPress Core

Changeset 22622


Ignore:
Timestamp:
11/16/2012 10:14:57 PM (12 years ago)
Author:
ryan
Message:

Define array to avoid notice.

Props ericmann
fixes #22479

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-xmlrpc-server.php

    r22584 r22622  
    52195219            return new IXR_Error(401, __('Sorry, you cannot edit this post.'));
    52205220
     5221        $catids = array();
    52215222        foreach ( $categories as $cat ) {
    52225223            $catids[] = $cat['categoryId'];
Note: See TracChangeset for help on using the changeset viewer.