diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index b522997f90..9e25c36c37 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -33,7 +33,7 @@ if ( ! is_multisite() ) { /* translators: %s: Documentation URL. */ __( 'Though the terms refer to two different concepts, in practice, they can be the same address or different. For example, you can have the core WordPress installation files in the root directory (https://example.com), in which case the two URLs would be the same. Or the WordPress files can be in a subdirectory (https://example.com/wordpress). In that case, the WordPress URL and the site URL would be different.' ), __( 'https://developer.wordpress.org/advanced-administration/server/wordpress-in-directory/' ) - ) . '

' . + ) . '

' . '

' . sprintf( /* translators: 1: http://, 2: https:// */ __( 'Both WordPress URL and site URL can start with either %1$s or %2$s. A URL starting with %2$s requires an SSL certificate, so be sure that you have one before changing to %2$s. With %2$s, a padlock will appear next to the address in the browser address bar. Both %2$s and the padlock signal that your site meets some basic security requirements, which can build trust with your visitors and with search engines.' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 7d48a69ee6..49a6711910 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57793'; +$wp_version = '6.6-alpha-57794'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.