diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 7af1e98a22..f77684129a 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -251,7 +251,9 @@ printf( __('If you like, you may enter custom structures for your category and t

web.config file automatically, do not forget to revert the permissions after the file has been created.') ?>

- +

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.') ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index c08e6bdb32..b025fc1a05 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34690'; +$wp_version = '4.4-alpha-34691'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.