From c320cf8980e549cf49dd95ce518fa720418135cb Mon Sep 17 00:00:00 2001
From: audrasjb
web.config
',
- __( 'https://wordpress.org/support/article/changing-file-permissions/' ),
+ __( 'https://wordpress.org/documentation/article/changing-file-permissions/' ),
'Ctrl + A',
'⌘ + A',
'/<configuration>/<system.webServer>/<rewrite>/<rules>
'
@@ -497,7 +497,7 @@ printf(
printf(
/* translators: 1: Documentation URL, 2: web.config, 3: Ctrl + A, 4: ⌘ + A */
__( 'Error: The root directory of your site is not writable, so creating a file automatically was not possible. This is the URL rewrite rule you should have in your %2$s file. Create a new file called %2$s in the root directory of your site. Click in the field and press %3$s (or %4$s on Mac) to select all. Then insert this code into the %2$s file.' ),
- __( 'https://wordpress.org/support/article/changing-file-permissions/' ),
+ __( 'https://wordpress.org/documentation/article/changing-file-permissions/' ),
'web.config
',
'Ctrl + A',
'⌘ + A'
@@ -533,7 +533,7 @@ printf(
/* translators: 1: .htaccess, 2: Documentation URL, 3: Ctrl + A, 4: ⌘ + A */
__( 'Error: Your %1$s file is not writable, so updating it automatically was not possible. These are the mod_rewrite rules you should have in your %1$s file. Click in the field and press %3$s (or %4$s on Mac) to select all.' ),
'.htaccess
',
- __( 'https://wordpress.org/support/article/changing-file-permissions/' ),
+ __( 'https://wordpress.org/documentation/article/changing-file-permissions/' ),
'Ctrl + A',
'⌘ + A'
);
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 77f4f3959f..aad6d53bfc 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.3-alpha-55625';
+$wp_version = '6.3-alpha-55626';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.