function bp_messages_username_value()
{
    echo bp_get_messages_username_value();
}
/**
 * Output the default username for the recipient box.
 */
function bp_messages_username_value()
{
    echo esc_attr(bp_get_messages_username_value());
}