﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
12874,$comment_ID argument is missing in comment_excerpt(),tenpura,,"
{{{
echo apply_filters('comment_excerpt', get_comment_excerpt() );
}}}
should be 
{{{
echo apply_filters('comment_excerpt', get_comment_excerpt($comment_ID) );
}}}
",defect (bug),closed,normal,3.0,Comments,3.0,normal,fixed,has-patch,bmbalex@…
