Changeset 4907
- Timestamp:
- 02/22/07 01:34:56 (1 year ago)
- Files:
-
- branches/2.0/xmlrpc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/xmlrpc.php
r4411 r4907 533 533 } 534 534 535 $to_ping = $content_struct['mt_tb_ping_urls']; 535 $to_ping = $content_struct['mt_tb_ping_urls']; 536 if ( is_array($to_ping) ) 537 $to_ping = implode(' ', $to_ping); 536 538 537 539 // Do some timestamp voodoo … … 616 618 } 617 619 618 $to_ping = $content_struct['mt_tb_ping_urls']; 619 620 $to_ping = $content_struct['mt_tb_ping_urls']; 621 if ( is_array($to_ping) ) 622 $to_ping = implode(' ', $to_ping); 623 620 624 $comment_status = (empty($content_struct['mt_allow_comments'])) ? 621 625 get_settings('default_comment_status')
