wp-admin/includes/class-wp-media-list-table.php:947Returns a clean label for the primary (File) column's row header aria-label.
$postWP_Poststring protected function get_primary_column_aria_label( $post ) { // The title may contain HTML. The printed aria-label uses esc_attr() later. $attachment_title = html_entity_decode( _draft_or_post_title( $post ), ENT_QUOTES, get_bloginfo( 'charset' ) ); $attachment_title = wp_strip_all_tags( $attachment_title ); return $attachment_title; }Introduced in 7.1.0.
Signature, return type and hooks compared across 1 parsed release.
src/wp-admin/includes/class-wp-media-list-table.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.