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.