- Timestamp:
- 09/09/16 13:30:35 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.import.wp.php
r2566 r3340 658 658 } 659 659 $cur->post_type = $rs->post_type; 660 $cur->post_password = $rs->post_password ? $rs->post_password: NULL;660 $cur->post_password = $rs->post_password ?: NULL; 661 661 $cur->post_open_comment = $rs->comment_status == 'open' ? 1 : 0; 662 662 $cur->post_open_tb = $rs->ping_status == 'open' ? 1 : 0;
Note: See TracChangeset
for help on using the changeset viewer.