From 42cb55d4c54ec7868603099e146c7ead32ee3c45 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 10 Mar 2024 16:20:14 +0000 Subject: [PATCH] Docs: Update the link to the WordPress Feeds article on Reading Settings screen. Follow-up to [57793]. Props ignatiusjeroe, sabernhardt, shailu25. Fixes #60736. See #60732. Built from https://develop.svn.wordpress.org/trunk@57797 git-svn-id: http://core.svn.wordpress.org/trunk@57298 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 c2ee28d518..5dd40f37c4 100644 --- a/wp-admin/options-reading.php +++ b/wp-admin/options-reading.php @@ -32,7 +32,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 an excerpt. Learn more about feeds.' ), - __( 'https://wordpress.org/documentation/article/wordpress-feeds/' ) + __( 'https://developer.wordpress.org/advanced-administration/wordpress/feeds/' ) ) . '

' . '

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

', ) @@ -197,7 +197,7 @@ else : printf( /* translators: %s: Documentation URL. */ __( 'Your theme determines how content is displayed in browsers. Learn more about feeds.' ), - __( 'https://wordpress.org/documentation/article/wordpress-feeds/' ) + __( 'https://developer.wordpress.org/advanced-administration/wordpress/feeds/' ) ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 73a06be9a1..978d2aa66a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57796'; +$wp_version = '6.6-alpha-57797'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.