Changeset 877:e012da998f83 for inc/core/class.dc.xmlrpc.php
- Timestamp:
- 08/16/12 14:13:27 (13 years ago)
- Branch:
- sexy
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.xmlrpc.php
r873 r877 305 305 } 306 306 307 if (isset($struct['wp_password'])) {308 $cur->post_password = $struct['wp_password'];309 }310 311 307 $cur->post_type = 'post'; 312 308 if (!empty($struct['post_type'])) { … … 398 394 if (isset($struct['wp_slug'])) { 399 395 $cur->post_url = $struct['wp_slug']; 400 }401 402 if (isset($struct['wp_password'])) {403 $cur->post_password = $struct['wp_password'];404 396 } 405 397 … … 728 720 "text_more" => '', 729 721 "wp_slug" => $post->post_url, 730 "wp_password" => $post->post_password,731 722 "wp_author" => $post->getAuthorCN(), 732 723 "wp_page_parent_id" => 0,
Note: See TracChangeset
for help on using the changeset viewer.