/**
 * Output the CSS classes for messages within a single thread.
 *
 * @since 2.1.0
 */
function bp_the_thread_message_css_class()
{
    echo esc_attr(bp_get_the_thread_message_css_class());
}
Пример #2
0
/**
 * Output the CSS classes for messages within a single thread.
 *
 * @since BuddyPress (2.1.0)
 */
function bp_the_thread_message_css_class()
{
    echo bp_get_the_thread_message_css_class();
}