From 2c5ef0fc2fb5e633d2203f6dfd0d62710eda972f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 2 Aug 2020 12:37:08 +0000 Subject: [PATCH] Docs: Correct formatting for a comment in `wp-admin/options-permalink.php`. Previously committed in [48694], accidentally reverted in [48710]. See #50768. git-svn-id: https://develop.svn.wordpress.org/trunk@48711 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/options-permalink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/options-permalink.php b/src/wp-admin/options-permalink.php index 3b79025527..f76abfddc8 100644 --- a/src/wp-admin/options-permalink.php +++ b/src/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