wp-admin/includes/class-wp-links-list-table.php:379Returns a clean label for the primary (Name) column's row header aria-label.
$linkobjectstring protected function get_primary_column_aria_label( $link ) { $link_name = html_entity_decode( $link->link_name, ENT_QUOTES, get_bloginfo( 'charset' ) ); $link_name = wp_strip_all_tags( $link_name ); return $link_name; }Introduced in 7.1.0.
Signature, return type and hooks compared across 1 parsed release.
src/wp-admin/includes/class-wp-links-list-table.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.