diff --git a/src/wp-content/themes/twentyseventeen/inc/template-tags.php b/src/wp-content/themes/twentyseventeen/inc/template-tags.php
index 6cdb6c6be5a53..0ca82faa3114f 100644
--- a/src/wp-content/themes/twentyseventeen/inc/template-tags.php
+++ b/src/wp-content/themes/twentyseventeen/inc/template-tags.php
@@ -110,12 +110,7 @@ function twentyseventeen_entry_footer() {
if ( ! function_exists( 'twentyseventeen_edit_link' ) ) :
/**
- * Returns an accessibility-friendly link to edit a post or page.
- *
- * This also gives a little context about what exactly we're editing
- * (post or page?) so that users understand a bit more where they are in terms
- * of the template hierarchy and their content. Helpful when/if the single-page
- * layout with multiple posts/pages shown gets confusing.
+ * Displays an accessibility-friendly link to edit a post or page.
*/
function twentyseventeen_edit_link() {
edit_post_link(
diff --git a/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php b/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
index 923c11f6132a1..f6f009a63a1c6 100644
--- a/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
+++ b/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
@@ -33,7 +33,7 @@
diff --git a/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php b/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php
index b80749861e291..0cea464c4c6b9 100644
--- a/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php
+++ b/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php
@@ -30,7 +30,7 @@
diff --git a/src/wp-content/themes/twentyseventeen/template-parts/page/content-page.php b/src/wp-content/themes/twentyseventeen/template-parts/page/content-page.php
index 6e99666e8dbee..f34d5fc829892 100644
--- a/src/wp-content/themes/twentyseventeen/template-parts/page/content-page.php
+++ b/src/wp-content/themes/twentyseventeen/template-parts/page/content-page.php
@@ -15,7 +15,7 @@
>