Docs: Correct formatting for a comment in wp-admin/options-permalink.php.

Previously committed in [48694], accidentally reverted in [48710].

See #50768.
Built from https://develop.svn.wordpress.org/trunk@48711


git-svn-id: http://core.svn.wordpress.org/trunk@48473 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-08-02 12:39:07 +00:00
parent 38f653b639
commit c9cf1ba365
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ if ( ! got_url_rewrite() ) {
$prefix = '/index.php'; $prefix = '/index.php';
} }
/** /*
* In a subdirectory configuration of multisite, the `/blog` prefix is used by * 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 * 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 * network. If the `permalink_structure` option has been changed to remove this

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.