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
This commit is contained in:
parent
b47a138372
commit
42cb55d4c5
|
@ -32,7 +32,7 @@ get_current_screen()->add_help_tab(
|
|||
'<p>' . 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. <a href="%s">Learn more about feeds</a>.' ),
|
||||
__( 'https://wordpress.org/documentation/article/wordpress-feeds/' )
|
||||
__( 'https://developer.wordpress.org/advanced-administration/wordpress/feeds/' )
|
||||
) . '</p>' .
|
||||
'<p>' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '</p>',
|
||||
)
|
||||
|
@ -197,7 +197,7 @@ else :
|
|||
printf(
|
||||
/* translators: %s: Documentation URL. */
|
||||
__( 'Your theme determines how content is displayed in browsers. <a href="%s">Learn more about feeds</a>.' ),
|
||||
__( 'https://wordpress.org/documentation/article/wordpress-feeds/' )
|
||||
__( 'https://developer.wordpress.org/advanced-administration/wordpress/feeds/' )
|
||||
);
|
||||
?>
|
||||
</p>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue