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:
michelvaldrighi 2004-08-25 14:22:39 +00:00
parent ee8cebb3cf
commit 4d37021dd5
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ function trackback_url_list($tb_list, $post_id) {
$excerpt = strip_tags($post_excerpt?$post_excerpt:$post_content);
if (strlen($excerpt) > 255) {
$exerpt = substr($excerpt,0,252) . '...';
$excerpt = substr($excerpt,0,252) . '...';
}
$trackback_urls = explode(',', $tb_list);