wp-admin/includes/credits.php:70Retrieves the link to a contributor's WordPress.org profile page.
$display_namestring$usernamestring$profilesstringfunction _wp_credits_add_profile_link( &$display_name, $username, $profiles ) { $display_name = '<a href="' . esc_url( sprintf( $profiles, $username ) ) . '">' . esc_html( $display_name ) . '</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.