diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 55a0cc2304..52ee89c252 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -357,7 +357,7 @@ printf( __( 'If you like, you may enter custom structures for your category and if ( isset( $_POST['submit'] ) && $permalink_structure && ! $using_index_permalinks && ! $writable ) : if ( file_exists( $home_path . 'web.config' ) ) : ?> -

+

-

+


-

+

-

+


-

+

-

+


diff --git a/wp-includes/version.php b/wp-includes/version.php index 66d497dc3f..13055feb9c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50829'; +$wp_version = '5.8-alpha-50830'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.