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:
parent
38f653b639
commit
c9cf1ba365
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue