From f0873150900e4bbed4f45e932dbddbacce56df28 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Fri, 15 Apr 2022 11:58:10 +0000 Subject: [PATCH] Text Changes: Fix various inconsistent capitalization issues. Props Presskopp, arpitgshah, mukesh27, desrosj, audrasjb, marybaum. Fixes #53028. Built from https://develop.svn.wordpress.org/trunk@53186 git-svn-id: http://core.svn.wordpress.org/trunk@52775 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/nav-menus.php | 2 +- wp-admin/options-general.php | 2 +- wp-admin/plugin-editor.php | 2 +- wp-admin/theme-editor.php | 2 +- wp-includes/functions.php | 2 +- wp-includes/version.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php index 0ad9570c8c..dcd95e82b5 100644 --- a/wp-admin/nav-menus.php +++ b/wp-admin/nav-menus.php @@ -606,7 +606,7 @@ if ( ! $locations_screen ) : // Main tab. $overview = '

' . __( 'This screen is used for managing your navigation menus.' ) . '

'; $overview .= '

' . sprintf( /* translators: 1: URL to Widgets screen, 2 and 3: The names of the default themes. */ - __( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a “Navigation Menu” widget on the Widgets screen. If your theme does not support the navigation menus feature (the default themes, %2$s and %3$s, do), you can learn about adding this support by following the Documentation link to the side.' ), + __( 'Menus can be displayed in locations defined by your theme, even used in sidebars by adding a “Navigation Menu” widget on the Widgets screen. If your theme does not support the navigation menus feature (the default themes, %2$s and %3$s, do), you can learn about adding this support by following the documentation link to the side.' ), admin_url( 'widgets.php' ), 'Twenty Twenty', 'Twenty Twenty-One' diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 3ca49523cd..20c83fb1d8 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -28,7 +28,7 @@ $options_help = '

' . __( 'The fields on this screen determine some of the bas '

' . __( 'Most themes display the site title at the top of every page, in the title bar of the browser, and as the identifying name for syndicated feeds. The tagline is also displayed by many themes.' ) . '

'; if ( ! is_multisite() ) { - $options_help .= '

' . __( 'The WordPress URL and the Site URL can be the same (example.com) or different; for example, having the WordPress core files (example.com/wordpress) in a subdirectory instead of the root directory.' ) . '

' . + $options_help .= '

' . __( 'The WordPress URL and the site URL can be the same (example.com) or different; for example, having the WordPress core files (example.com/wordpress) in a subdirectory instead of the root directory.' ) . '

' . '

' . __( 'If you want site visitors to be able to register themselves, as opposed to by the site administrator, check the membership box. A default user role can be set for all new users, whether self-registered or registered by the site admin.' ) . '

'; } diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index 6ff8686f1f..941a16ba97 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -126,7 +126,7 @@ get_current_screen()->add_help_tab( 'content' => '

' . __( 'You can use the plugin file editor to make changes to any of your plugins’ individual PHP files. Be aware that if you make changes, plugins updates will overwrite your customizations.' ) . '

' . '

' . __( 'Choose a plugin to edit from the dropdown menu and click the Select button. Click once on any file name to load it in the editor, and make your changes. Do not forget to save your changes (Update File) when you are finished.' ) . '

' . - '

' . __( 'The Documentation menu below the editor lists the PHP functions recognized in the plugin file. Clicking Look Up takes you to a web page about that particular function.' ) . '

' . + '

' . __( 'The documentation menu below the editor lists the PHP functions recognized in the plugin file. Clicking Look Up takes you to a web page about that particular function.' ) . '

' . '

' . __( 'When using a keyboard to navigate:' ) . '

' . '