Ticket #40863: 40863.diff
File 40863.diff, 507 bytes (added by , 8 years ago) |
---|
-
wp-includes/class-wp-xmlrpc-server.php
1322 1322 'sticky' => null, 1323 1323 'enclosure' => null, 1324 1324 'ID' => null, 1325 'menu_order' => null, 1326 'to_ping' => null, 1325 1327 ); 1326 1328 1327 1329 $post_data = wp_parse_args( array_intersect_key( $content_struct, $defaults ), $defaults );