/**
 * Output the URL for deleting the current thread.
 *
 * @since 1.5.0
 */
function bp_the_thread_delete_link()
{
    echo esc_url(bp_get_the_thread_delete_link());
}
/**
 * Output the URL for deleting the current thread.
 */
function bp_the_thread_delete_link()
{
    echo bp_get_the_thread_delete_link();
}