From aee690fd84ce72c70c42426cbc17011989991658 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 25 Jul 2019 01:18:55 +0000 Subject: [PATCH] Permalinks: Update URLs for "Changing File Permissions" documentation article. Props patilswapnilv, ianbelanger, SergeyBiryukov. Fixes #47768. Built from https://develop.svn.wordpress.org/trunk@45669 git-svn-id: http://core.svn.wordpress.org/trunk@45480 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/file.php | 10 +++++++++- wp-admin/options-permalink.php | 12 ++++++------ wp-admin/plugin-editor.php | 10 +++++++++- wp-admin/theme-editor.php | 10 +++++++++- wp-includes/version.php | 2 +- 5 files changed, 34 insertions(+), 10 deletions(-) diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index 40e7cf324c..a64e0f670c 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -310,7 +310,15 @@ function wp_print_file_editor_templates() {

{{ 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.