whoops, typo in trackback_url_list
git-svn-id: https://develop.svn.wordpress.org/trunk@1560 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ee8cebb3cf
commit
4d37021dd5
|
@ -343,7 +343,7 @@ function trackback_url_list($tb_list, $post_id) {
|
||||||
$excerpt = strip_tags($post_excerpt?$post_excerpt:$post_content);
|
$excerpt = strip_tags($post_excerpt?$post_excerpt:$post_content);
|
||||||
|
|
||||||
if (strlen($excerpt) > 255) {
|
if (strlen($excerpt) > 255) {
|
||||||
$exerpt = substr($excerpt,0,252) . '...';
|
$excerpt = substr($excerpt,0,252) . '...';
|
||||||
}
|
}
|
||||||
|
|
||||||
$trackback_urls = explode(',', $tb_list);
|
$trackback_urls = explode(',', $tb_list);
|
||||||
|
|
Loading…
Reference in New Issue