From b18a87c9ce85ce26787bc69e9381399cad2b260a Mon Sep 17 00:00:00 2001
From: David Baumwald
Date: Mon, 12 Apr 2021 22:32:11 +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.
git-svn-id: https://develop.svn.wordpress.org/trunk@50702 602fd350-edb4-49c9-b593-d223f7449a82
---
src/wp-admin/options-reading.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/wp-admin/options-reading.php b/src/wp-admin/options-reading.php
index 2b42b8fe4e..2ec5ea1a21 100644
--- a/src/wp-admin/options-reading.php
+++ b/src/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.' ) . '