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
This commit is contained in:
parent
cf137e7c1b
commit
629af79b24
|
@ -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-48693';
|
||||
$wp_version = '5.6-alpha-48694';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue