/**
 * Output the CSS class for the current thread.
 */
function bp_message_css_class()
{
    echo esc_attr(bp_get_message_css_class());
}
/**
 * Output the CSS class for the current thread.
 */
function bp_message_css_class()
{
    echo bp_get_message_css_class();
}