Make WordPress Core

Ticket #40863: 40863.diff

File 40863.diff, 507 bytes (added by iworks, 8 years ago)
  • wp-includes/class-wp-xmlrpc-server.php

     
    13221322                        'sticky'         => null,
    13231323                        'enclosure'      => null,
    13241324                        'ID'             => null,
     1325                        'menu_order'     => null,
     1326                        'to_ping'        => null,
    13251327                );
    13261328
    13271329                $post_data = wp_parse_args( array_intersect_key( $content_struct, $defaults ), $defaults );