diff --git a/wp-content/themes/twentyseventeen/inc/template-tags.php b/wp-content/themes/twentyseventeen/inc/template-tags.php index 782a81fe3b..2b461109be 100644 --- a/wp-content/themes/twentyseventeen/inc/template-tags.php +++ b/wp-content/themes/twentyseventeen/inc/template-tags.php @@ -110,8 +110,7 @@ if ( ! function_exists( 'twentyseventeen_edit_link' ) ) : * layout with multiple posts/pages shown gets confusing. */ function twentyseventeen_edit_link() { - - $link = edit_post_link( + edit_post_link( sprintf( /* translators: %s: Name of current post */ __( 'Edit "%s"', 'twentyseventeen' ), @@ -120,8 +119,6 @@ function twentyseventeen_edit_link() { '', '' ); - - return $link; } endif; diff --git a/wp-includes/version.php b/wp-includes/version.php index f0cde987d8..7c0edb1355 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-beta1-40794'; +$wp_version = '4.8-beta1-40795'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.