diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-admin/options-reading.php --- a/wp/wp-admin/options-reading.php Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-admin/options-reading.php Fri Sep 05 18:40:08 2025 +0200 @@ -32,7 +32,7 @@ '

' . 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/support/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.' ) . '

', ) @@ -50,8 +50,8 @@ get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . - '

' . __( 'Documentation on Reading Settings' ) . '

' . - '

' . __( 'Support' ) . '

' + '

' . __( 'Documentation on Reading Settings' ) . '

' . + '

' . __( 'Support forums' ) . '

' ); require_once ABSPATH . 'wp-admin/admin-header.php'; @@ -64,7 +64,7 @@ 'blog_charset' ) ); } ?> @@ -85,7 +85,13 @@ - @@ -159,7 +181,13 @@ - -