@@ 5132-5136 (lines=5) @@ | ||
5129 | $post_content = $post_content . '<!--more-->' . $post_more; |
|
5130 | ||
5131 | $to_ping = null; |
|
5132 | if ( isset( $content_struct['mt_tb_ping_urls'] ) ) { |
|
5133 | $to_ping = $content_struct['mt_tb_ping_urls']; |
|
5134 | if ( is_array($to_ping) ) |
|
5135 | $to_ping = implode(' ', $to_ping); |
|
5136 | } |
|
5137 | ||
5138 | // Do some timestamp voodoo |
|
5139 | if ( !empty( $content_struct['date_created_gmt'] ) ) |
|
@@ 5490-5494 (lines=5) @@ | ||
5487 | $post_content = $post_content . "<!--more-->" . $post_more; |
|
5488 | ||
5489 | $to_ping = null; |
|
5490 | if ( isset( $content_struct['mt_tb_ping_urls'] ) ) { |
|
5491 | $to_ping = $content_struct['mt_tb_ping_urls']; |
|
5492 | if ( is_array($to_ping) ) |
|
5493 | $to_ping = implode(' ', $to_ping); |
|
5494 | } |
|
5495 | ||
5496 | // Do some timestamp voodoo. |
|
5497 | if ( !empty( $content_struct['date_created_gmt'] ) ) |