From 629af79b24d01a51e9c8c511ff6cc979ce2efc22 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 30 Jul 2020 14:02:04 +0000 Subject: [PATCH] Docs: Correct formatting for a comment in `wp-admin/options-permalink.php`. See #50768. Built from https://develop.svn.wordpress.org/trunk@48694 git-svn-id: http://core.svn.wordpress.org/trunk@48456 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-permalink.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index a52e95ebb7..468f33fbd7 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 4e7aa84e8a..d4347ce0cc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-48693'; +$wp_version = '5.6-alpha-48694'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.