Ticket #6016: xmlrpc.php.diff
| File xmlrpc.php.diff, 625 bytes (added by josephscott, 4 years ago) |
|---|
-
xmlrpc.php
1296 1296 } 1297 1297 1298 1298 if ($post_more) { 1299 $post_content = $post_content . " \n<!--more-->\n" . $post_more;1299 $post_content = $post_content . "<!--more-->" . $post_more; 1300 1300 } 1301 1301 1302 1302 $to_ping = $content_struct['mt_tb_ping_urls']; … … 1565 1565 } 1566 1566 1567 1567 if ($post_more) { 1568 $post_content = $post_content . " \n<!--more-->\n" . $post_more;1568 $post_content = $post_content . "<!--more-->" . $post_more; 1569 1569 } 1570 1570 1571 1571 $to_ping = $content_struct['mt_tb_ping_urls'];
