Changeset 11942
- Timestamp:
- 09/17/2009 04:59:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc.php
r11850 r11942 2093 2093 2094 2094 $post_title = $content_struct['title']; 2095 $post_content = apply_filters( 'content_save_pre', $content_struct['description'] );2095 $post_content = $content_struct['description']; 2096 2096 2097 2097 $post_status = $publish ? 'publish' : 'draft'; … … 2460 2460 2461 2461 $post_title = $content_struct['title']; 2462 $post_content = apply_filters( 'content_save_pre', $content_struct['description'] );2462 $post_content = $content_struct['description']; 2463 2463 $catnames = $content_struct['categories']; 2464 2464
Note: See TracChangeset
for help on using the changeset viewer.