From aee690fd84ce72c70c42426cbc17011989991658 Mon Sep 17 00:00:00 2001
From: Sergey Biryukov
{{ data.message }}<# } else if ( 'file_not_writable' === data.code ) { #> -
the Codex for more information.' ); ?>
++ Changing File Permissions for more information.' ), + __( 'https://wordpress.org/support/article/changing-file-permissions/' ) + ); + ?> +
<# } else { #>{{ data.message || data.code }}
diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index a61d497639..154209468b 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -326,10 +326,10 @@ printf( __( 'If you like, you may enter custom structures for your category and
writable, we could do this automatically, but it isn’t so this is the url rewrite rule you should have in your %1$s file. Click in the field and press %3$s to select all. Then insert this rule inside of the %4$s element in %1$s file.' ),
'web.config
',
- __( 'https://codex.wordpress.org/Changing_File_Permissions' ),
+ __( 'https://wordpress.org/support/article/changing-file-permissions/' ),
'CTRL + a',
'/<configuration>/<system.webServer>/<rewrite>/<rules>
'
);
@@ -352,9 +352,9 @@ printf( __( 'If you like, you may enter custom structures for your category and
writable, we could do this automatically, but it isn’t so 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 to select all. Then insert this code into the %2$s file.' ),
- __( 'https://codex.wordpress.org/Changing_File_Permissions' ),
+ __( 'https://wordpress.org/support/article/changing-file-permissions/' ),
'web.config
',
'CTRL + a'
);
@@ -384,10 +384,10 @@ else :
writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your %1$s file. Click in the field and press %3$s to select all.' ),
'.htaccess
',
- __( 'https://codex.wordpress.org/Changing_File_Permissions' ),
+ __( 'https://wordpress.org/support/article/changing-file-permissions/' ),
'CTRL + a'
);
?>
diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php
index 6738e91186..8903987296 100644
--- a/wp-admin/plugin-editor.php
+++ b/wp-admin/plugin-editor.php
@@ -280,7 +280,15 @@ foreach ( $plugins as $plugin_key => $a_plugin ) {
the Codex for more information.' ); ?>
++ Changing File Permissions for more information.' ), + __( 'https://wordpress.org/support/article/changing-file-permissions/' ) + ); + ?> +
diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index fa06f574f3..7faaca0114 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -313,7 +313,15 @@ else : -the Codex for more information.' ); ?>
++ Changing File Permissions for more information.' ), + __( 'https://wordpress.org/support/article/changing-file-permissions/' ) + ); + ?> +
diff --git a/wp-includes/version.php b/wp-includes/version.php index 35c2fc65a4..356cb4f7a4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45668'; +$wp_version = '5.3-alpha-45669'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.