diff -r be944660c56a -r 3d72ae0968f4 wp/wp-admin/options-general.php --- a/wp/wp-admin/options-general.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/options-general.php Tue Sep 27 16:37:53 2022 +0200 @@ -16,6 +16,7 @@ wp_die( __( 'Sorry, you are not allowed to manage options for this site.' ) ); } +// Used in the HTML title tag. $title = __( 'General Settings' ); $parent_file = 'options-general.php'; /* translators: Date and time format for exact current time, mainly about timezones, see https://www.php.net/manual/datetime.format.php */ @@ -27,7 +28,7 @@ '
' . __( '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.' ) . '
'; } @@ -110,7 +111,7 @@The new address will not become active until confirmed.' ); ?>
+The new address will not become active until confirmed.' ); ?>