diff -r 34716fd837a4 -r be944660c56a wp/wp-admin/options-reading.php --- a/wp/wp-admin/options-reading.php Tue Dec 15 15:52:01 2020 +0100 +++ b/wp/wp-admin/options-reading.php Wed Sep 21 18:19:35 2022 +0200 @@ -30,7 +30,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 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.' ) . '
', @@ -41,8 +41,9 @@ array( 'id' => 'site-visibility', 'title' => has_action( 'blog_privacy_selector' ) ? __( 'Site visibility' ) : __( 'Search engine visibility' ), - 'content' => '' . __( 'You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the checkbox next to “Discourage search engines from indexing this site” and click the Save Changes button at the bottom of the screen. Note that your privacy is not complete; your site is still visible on the web.' ) . '
' . - '' . __( 'When this setting is in effect, a reminder is shown in the At a Glance box of the Dashboard that says, “Search engines discouraged,” to remind you that your site is not being crawled.' ) . '
', + 'content' => '' . __( 'You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the checkbox next to “Discourage search engines from indexing this site” and click the Save Changes button at the bottom of the screen.' ) . '
' . + '' . __( 'Note that even when set to discourage search engines, your site is still visible on the web and not all search engines adhere to this directive.' ) . '
' . + '' . __( 'When this setting is in effect, a reminder is shown in the At a Glance box of the Dashboard that says, “Search engines discouraged”, to remind you that you have directed search engines to not crawl your site.' ) . '
', ) ); @@ -137,10 +138,10 @@ -Warning: these pages should not be the same!' ); ?>
Warning: these pages should not be the same!' ); ?>
Warning: these pages should not be the same as your Privacy Policy page!' ); ?>
Warning: these pages should not be the same as your Privacy Policy page!' ); ?>