From 7ae05b77532b5902c0f67a5791abaec45220b7ca Mon Sep 17 00:00:00 2001
From: audrasjb 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.