wp-admin/includes/credits.php:82Retrieves the link to an external library used in WordPress.
$datastringfunction _wp_credits_build_object_link( &$data ) { $data = '<a href="' . esc_url( $data[1] ) . '">' . esc_html( $data[0] ) . '</a>';}Introduced in 3.2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-admin/includes/credits.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.