whoops, typo in trackback_url_list

git-svn-id: http://svn.automattic.com/wordpress/trunk@1560 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
michelvaldrighi 2004-08-25 14:22:39 +00:00
parent 660dc0ce3a
commit 4ff88b4c3e
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);