function bp_message_notice_delete_link()
{
    echo bp_get_message_notice_delete_link();
}
/**
 * Output the URL for deleting the current notice.
 */
function bp_message_notice_delete_link()
{
    echo esc_url(bp_get_message_notice_delete_link());
}