number of tags are available, and here are some examples to get you started.' ); ?>
+ number of tags are available, and here are some examples to get you started.' ),
+ __( 'https://codex.wordpress.org/Using_Permalinks' )
+ );
+ ?>
@@ -296,26 +302,63 @@ printf( __( 'If you like, you may enter custom structures for your category and
-web.config file were writable , we could do this automatically, but it isn’t so this is the url rewrite rule you should have in your web.config
file. Click in the field and press CTRL + a to select all. Then insert this rule inside of the /<configuration>/<system.webServer>/<rewrite>/<rules>
element in web.config
file.') ?>
+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' ),
+ 'CTRL + a ',
+ '/<configuration>/<system.webServer>/<rewrite>/<rules>
'
+ );
+?>
-web.config file writable for us to generate rewrite rules automatically, do not forget to revert the permissions after rule has been saved.') ?>
+web.config'
+ );
+?>
-writable, we could do this automatically, but it isn’t so this is the url rewrite rule you should have in your web.config
file. Create a new file, called web.config
in the root directory of your site. Click in the field and press CTRL + a to select all. Then insert this code into the web.config
file.') ?>
+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' ),
+ 'web.config
',
+ 'CTRL + a '
+ );
+?>
iis7_url_rewrite_rules(true) ); ?>
-web.config file automatically, do not forget to revert the permissions after the file has been created.') ?>
+web.config'
+ );
+?>
Documentation on Nginx configuration.' ); ?>
-.htaccess file were writable , we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess
file. Click in the field and press CTRL + a to select all.') ?>
+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' ),
+ 'CTRL + a '
+ );
+?>
mod_rewrite_rules() ); ?>
diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php
index 51e306ea48..afc3fb9e9e 100644
--- a/wp-admin/options-writing.php
+++ b/wp-admin/options-writing.php
@@ -168,16 +168,29 @@ if ( apply_filters( 'enable_update_services_configuration', true ) ) {
-Update Services on the Codex. Separate multiple service URLs with line breaks.' ) ?>
+ Update Services on the Codex. Separate multiple service URLs with line breaks.' ),
+ __( 'https://codex.wordpress.org/Update_Services' )
+ );
+ ?>
-
+
- Update Services because of your site’s visibility settings .'), 'options-reading.php'); ?>
+ Update Services because of your site’s visibility settings .' ),
+ __( 'https://codex.wordpress.org/Update_Services' ),
+ 'options-reading.php'
+ );
+ ?>
-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php
index bcd12c0727..f92395477f 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.9-beta3-41985';
+$wp_version = '4.9-beta3-41986';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.