mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
660dc0ce3a
commit
4ff88b4c3e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user