WordPress Version: 6.3
/**
* Retrieves the link to an external library used in WordPress.
*
* @access private
* @since 3.2.0
*
* @param string $data External library data (passed by reference).
*/
function _wp_credits_build_object_link(&$data)
{
$data = '<a href="' . esc_url($data[1]) . '">' . esc_html($data[0]) . '</a>';
}