From 7ae05b77532b5902c0f67a5791abaec45220b7ca Mon Sep 17 00:00:00 2001 From: audrasjb Date: Fri, 8 Mar 2024 22:44:11 +0000 Subject: [PATCH] Coding Standards: Fix a WPCS indentation issue found in `wp-admin/options-general.php` after [57793]. See #60732. Built from https://develop.svn.wordpress.org/trunk@57794 git-svn-id: http://core.svn.wordpress.org/trunk@57295 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-general.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.