Ticket #20058: class-wp-xmlrpc-server.php.diff
| File class-wp-xmlrpc-server.php.diff, 621 bytes (added by , 14 years ago) |
|---|
-
wp-includes/class-wp-xmlrpc-server.php
3293 3293 } 3294 3294 } 3295 3295 3296 $post_excerpt = isset( $content_struct['mt_excerpt'] ) ? $content_struct['mt_excerpt'] : null; 3296 if ( isset( $content_struct['mt_excerpt'] ) ) 3297 $post_excerpt = $content_struct['mt_excerpt']; 3298 3297 3299 $post_more = isset( $content_struct['mt_text_more'] ) ? $content_struct['mt_text_more'] : null; 3298 3300 3299 3301 $post_status = $publish ? 'publish' : 'draft';