From 989ec573892fa4e505e48ce2afd7ab85f1e4637f Mon Sep 17 00:00:00 2001 From: davidbaumwald Date: Mon, 12 Apr 2021 22:34:04 +0000 Subject: [PATCH] Feeds: Rename "Summary" to "Excerpt" in Reading Settings. On the "Reading Settings" page, the post excerpt was referred to as a "Summary". For consistency with the rest of Core, this change updates "summary" to "excerpt" both in the setting and the relevant help tab. Props SergeyBiryukov, ravipatel, mukesh27. Fixes #52987. Built from https://develop.svn.wordpress.org/trunk@50702 git-svn-id: http://core.svn.wordpress.org/trunk@50311 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-reading.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/options-reading.php b/wp-admin/options-reading.php index 2b42b8fe4e..2ec5ea1a21 100644 --- a/wp-admin/options-reading.php +++ b/wp-admin/options-reading.php @@ -30,7 +30,7 @@ get_current_screen()->add_help_tab( ) . '

' . '

' . sprintf( /* translators: %s: Documentation URL. */ - __( 'You can also control the display of your content in RSS feeds, including the maximum number of posts to display and whether to show full text or a summary. Learn more about feeds.' ), + __( 'You can also control the display of your content in RSS feeds, including the maximum number of posts to display and whether to show full text or an excerpt. Learn more about feeds.' ), __( 'https://wordpress.org/support/article/wordpress-feeds/' ) ) . '

' . '

' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '

', @@ -161,7 +161,7 @@ else :


- +