Changeset 4905
- Timestamp:
- 02/22/2007 01:34:06 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/xmlrpc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc.php
r4874 r4905 990 990 } 991 991 992 $to_ping = $content_struct['mt_tb_ping_urls']; 992 $to_ping = $content_struct['mt_tb_ping_urls']; 993 if ( is_array($to_ping) ) 994 $to_ping = implode(' ', $to_ping); 993 995 994 996 // Do some timestamp voodoo … … 1152 1154 } 1153 1155 1154 $to_ping = $content_struct['mt_tb_ping_urls']; 1155 1156 $to_ping = $content_struct['mt_tb_ping_urls']; 1157 if ( is_array($to_ping) ) 1158 $to_ping = implode(' ', $to_ping); 1159 1156 1160 $comment_status = (empty($content_struct['mt_allow_comments'])) ? 1157 1161 get_option('default_comment_status')
Note: See TracChangeset
for help on using the changeset viewer.