Changeset 4906
- Timestamp:
- 02/22/2007 01:34:29 AM (19 years ago)
- File:
-
- 1 edited
-
branches/2.1/xmlrpc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/xmlrpc.php
r4807 r4906 536 536 } 537 537 538 $to_ping = $content_struct['mt_tb_ping_urls']; 538 $to_ping = $content_struct['mt_tb_ping_urls']; 539 if ( is_array($to_ping) ) 540 $to_ping = implode(' ', $to_ping); 539 541 540 542 // Do some timestamp voodoo … … 634 636 } 635 637 636 $to_ping = $content_struct['mt_tb_ping_urls']; 637 638 $to_ping = $content_struct['mt_tb_ping_urls']; 639 if ( is_array($to_ping) ) 640 $to_ping = implode(' ', $to_ping); 641 638 642 $comment_status = (empty($content_struct['mt_allow_comments'])) ? 639 643 get_option('default_comment_status')
Note: See TracChangeset
for help on using the changeset viewer.