diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 3b79025527..f76abfddc8 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -72,7 +72,7 @@ if ( ! got_url_rewrite() ) { $prefix = '/index.php'; } -/** +/* * In a subdirectory configuration of multisite, the `/blog` prefix is used by * default on the main site to avoid collisions with other sites created on that * network. If the `permalink_structure` option has been changed to remove this diff --git a/wp-includes/version.php b/wp-includes/version.php index 0f9a9614fe..2b89966ed4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-48710'; +$wp_version = '5.6-alpha-48711'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.