wp-content/themes/twentyseventeen/inc/template-tags.php:120Returns an accessibility-friendly link to edit a post or page.
function twentyseventeen_edit_link() { edit_post_link( sprintf( /* translators: %s: Post title. Only visible to screen readers. */ __( 'Edit<span class="screen-reader-text"> "%s"</span>', 'twentyseventeen' ), get_the_title() ), '<span class="edit-link">', '</span>' ); }One change between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$post_id added.verified against sourcesrc/wp-content/themes/twentyseventeen/inc/template-tags.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.